You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| publish_debug_pointcloud |[-]| bool | flag to publish the point cloud used for debugging | false |
32
+
| use_predicted_trajectory |[-]| bool | flag to use the predicted path from the control module | true |
33
+
| use_imu_path |[-]| bool | flag to use the predicted path generated by sensor data | true |
34
+
| detection_range_min_height |[m]| double | minimum hight of detection range used for avoiding the ghost brake by false positive point clouds | 0.3 |
35
+
| detection_range_max_height_margin |[m]| double | margin for maximum hight of detection range used for avoiding the ghost brake by false positive point clouds. `detection_range_max_height = vehicle_height + detection_range_max_height_margin`| 0.0 |
36
+
| voxel_grid_x |[m]| double | down sampling parameters of x-axis for voxel grid filter | 0.05 |
37
+
| voxel_grid_y |[m]| double | down sampling parameters of y-axis for voxel grid filter | 0.05 |
38
+
| voxel_grid_z |[m]| double | down sampling parameters of z-axis for voxel grid filter | 100000.0 |
39
+
| min_generated_path_length |[m]| double | minimum distance for a predicted path generated by sensors | 0.5 |
40
+
| expand_width |[m]| double | expansion width of the ego vehicle for the collision check | 0.1 |
0 commit comments