Skip to content

Commit

Permalink
feat(lane_change): ignore pedestrian (autowarefoundation#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 Oct 17, 2023
1 parent 4675f74 commit 69cc604
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
unknown: false
bicycle: true
motorcycle: true
pedestrian: true
pedestrian: false

# collision check
enable_prepare_segment_collision_check: false
Expand Down

0 comments on commit 69cc604

Please sign in to comment.