Skip to content

Commit

Permalink
feat(lane_change): change stuck velocity to 0.5 (#504)
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 6e5a5bc commit 5bd4c2e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@

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

# lane change cancel
Expand Down

0 comments on commit 5bd4c2e

Please sign in to comment.