Skip to content

Commit

Permalink
fix(lane_change): collision check for prepare in intersection (#930)
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 authored Apr 3, 2024
1 parent d712ca8 commit d475f03
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 d475f03

Please sign in to comment.