Skip to content

Commit

Permalink
feat(lane_change): change stuck velocity to 0.5 (#636)
Browse files Browse the repository at this point in the history
Signed-off-by: kosuke55 <[email protected]>
  • Loading branch information
kosuke55 authored Oct 16, 2023
1 parent b811253 commit 434f95a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,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 434f95a

Please sign in to comment.