Skip to content

Commit

Permalink
feat(lane_change): ignore pedestrian (#503)
Browse files Browse the repository at this point in the history
Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
  • Loading branch information
kosuke55 authored and saka1-s committed Jun 25, 2024
1 parent a0a9d12 commit 6e5a5bc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
unknown: false
bicycle: true
motorcycle: true
pedestrian: true
pedestrian: false

# collision check
enable_collision_check_for_prepare_phase:
Expand Down

0 comments on commit 6e5a5bc

Please sign in to comment.