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

Signed-off-by: Fumiya Watanabe <[email protected]>
  • Loading branch information
rej55 committed Sep 26, 2023
1 parent 5017578 commit 3abbb0e
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,11 @@
crosswalk: false
intersection: false

# 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 3abbb0e

Please sign in to comment.