Skip to content

Commit

Permalink
feat(lane_change): enable lane change in crosswalk/intersection if eg…
Browse files Browse the repository at this point in the history
…o vehicle gets stuck (autowarefoundation#451)

Signed-off-by: Fumiya Watanabe <rej55.g@gmail.com>
  • Loading branch information
rej55 authored and saka1-s committed Jun 25, 2024
1 parent b6deb78 commit 148c664
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,11 @@
velocity: 0.5 # [m/s]
stop_time: 3.0 # [s]

# ego vehicle stuck detection
stuck_detection:
velocity: 0.1 # [m/s]
stop_time: 3.0 # [s]

# lane change cancel
cancel:
enable_on_prepare_phase: true
Expand Down

0 comments on commit 148c664

Please sign in to comment.