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 |
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. | true |
416
+
|`enable_collision_check_for_prepare_phase.turns`|[-]| boolean | Perform collision check starting from prepare phase when ego is in lanelet with turn direction tags. If `false`, collision check only evaluated for lane changing phase. | true |
416
417
|`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
418
|`check_objects_on_current_lanes`|[-]| boolean | If true, the lane change module check objects on current lanes when performing collision assessment. | false |
418
419
|`check_objects_on_other_lanes`|[-]| boolean | If true, the lane change module include objects on other lanes. when performing collision assessment | false |
0 commit comments