Skip to content

Commit

Permalink
fix(lane_change): collision check for prepare in intersection
Browse files Browse the repository at this point in the history
Signed-off-by: Muhammad Zulfaqar Azmi <[email protected]>
  • Loading branch information
zulfaqar-azmi-t4 committed Mar 29, 2024
1 parent dfae4ce commit a8723bf
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,9 @@
pedestrian: true

# collision check
enable_prepare_segment_collision_check: false
enable_collision_check_for_prepare_phase:
general_lanes: false
intersection: true
prepare_segment_ignore_object_velocity_thresh: 0.1 # [m/s]
check_objects_on_current_lanes: false
check_objects_on_other_lanes: false
Expand Down

0 comments on commit a8723bf

Please sign in to comment.