Seting for map generation from opendrive without additional geometry 更多...
#include <OpendriveGenerationParameters.h>
carla::rpc::OpendriveGenerationParameters 的协作图:Public 成员函数 | |
| MSGPACK_DEFINE_ARRAY (vertex_distance, max_road_length, wall_height, additional_width, smooth_junctions, enable_mesh_visibility, enable_pedestrian_navigation) | |
| OpendriveGenerationParameters () | |
| OpendriveGenerationParameters (double v_distance, double max_road_len, double w_height, double a_width, bool smooth_junc, bool e_visibility, bool e_pedestrian) | |
Public 属性 | |
| 声明并初始化成员变量 enable_mesh_visibility,初始值设为 true,意味着默认开启网格可见性相关设置(准确含义参考完整代码 bool | enable_mesh_visibility = true |
| bool | enable_pedestrian_navigation = true |
| double | max_road_length = 50.0 |
| float | simplification_percentage = 20.0f |
| bool | smooth_junctions = true |
| double | vertex_distance = 2.0 |
| double | vertex_width_resolution = 4.0f |
| double | wall_height |
Seting for map generation from opendrive without additional geometry
在文件 OpendriveGenerationParameters.h 第 15 行定义.
|
inline |
在文件 OpendriveGenerationParameters.h 第 16 行定义.
|
inline |
在文件 OpendriveGenerationParameters.h 第 17 行定义.
| carla::rpc::OpendriveGenerationParameters::MSGPACK_DEFINE_ARRAY | ( | vertex_distance | , |
| max_road_length | , | ||
| wall_height | , | ||
| additional_width | , | ||
| smooth_junctions | , | ||
| enable_mesh_visibility | , | ||
| enable_pedestrian_navigation | |||
| ) |
| 声明并初始化成员变量 enable_mesh_visibility,初始值设为 true,意味着默认开启网格可见性相关设置(准确含义参考完整代码 bool carla::rpc::OpendriveGenerationParameters::enable_mesh_visibility = true |
在文件 OpendriveGenerationParameters.h 第 57 行定义.
| bool carla::rpc::OpendriveGenerationParameters::enable_pedestrian_navigation = true |
在文件 OpendriveGenerationParameters.h 第 59 行定义.
| double carla::rpc::OpendriveGenerationParameters::max_road_length = 50.0 |
在文件 OpendriveGenerationParameters.h 第 44 行定义.
| float carla::rpc::OpendriveGenerationParameters::simplification_percentage = 20.0f |
在文件 OpendriveGenerationParameters.h 第 53 行定义.
| bool carla::rpc::OpendriveGenerationParameters::smooth_junctions = true |
在文件 OpendriveGenerationParameters.h 第 55 行定义.
| double carla::rpc::OpendriveGenerationParameters::vertex_distance = 2.0 |
在文件 OpendriveGenerationParameters.h 第 42 行定义.
| double carla::rpc::OpendriveGenerationParameters::vertex_width_resolution = 4.0f |
在文件 OpendriveGenerationParameters.h 第 51 行定义.
| double carla::rpc::OpendriveGenerationParameters::wall_height |
在文件 OpendriveGenerationParameters.h 第 46 行定义.