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 <rej55.g@gmail.com>
  • Loading branch information
rej55 committed Sep 25, 2023
1 parent 34b0062 commit 5526ac7
Showing 1 changed file with 7 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,13 @@

# lane change regulations
regulation:
crosswalk: false
intersection: false
crosswalk: true
intersection: true

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

# lane change cancel
cancel:
Expand Down

0 comments on commit 5526ac7

Please sign in to comment.