Skip to content

Commit

Permalink
fix(lane_change): collision check for prepare in intersection (autowa…
Browse files Browse the repository at this point in the history
…refoundation#930)

Signed-off-by: Muhammad Zulfaqar Azmi <zulfaqar.azmi@tier4.jp>
  • Loading branch information
zulfaqar-azmi-t4 authored and 4swinv committed Apr 9, 2024
1 parent 2b3350c commit a628152
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 a628152

Please sign in to comment.