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
|`enable_collision_check_for_prepare_phase.general_lanes`|[-]| boolean | Perform collision check starting from the prepare phase for situations not explicitly covered by other settings (e.g., intersections). If `false`, collision check only evaluated for lane changing phase. | false |
415
+
|`enable_collision_check_for_prepare_phase.intersection`|[-]| boolean | Perform collision check starting from prepare phase when ego is in intersection. If `false`, collision check only evaluated for lane changing phase. | false |
416
+
|`prepare_phase_ignore_target_speed_thresh`|[m/s]| double | Ignore collision check in prepare phase of object speed that is lesser that the configured value. `enable_collision_check_at_prepare_phase` must be `true`| 0.1 |
417
+
|`check_objects_on_current_lanes`|[-]| boolean | If true, the lane change module check objects on current lanes when performing collision assessment. | false |
418
+
|`check_objects_on_other_lanes`|[-]| boolean | If true, the lane change module include objects on other lanes. when performing collision assessment | false |
419
+
|`use_all_predicted_path`|[-]| boolean | If false, use only the predicted path that has the maximum confidence. | true |
0 commit comments