Skip to content

Commit

Permalink
feat(motion_velocity_smoother): force slow driving (autowarefoundatio…
Browse files Browse the repository at this point in the history
…n#899)

* add parameter for force slow driving

Signed-off-by: Go Sakayori <[email protected]>

* fix

Signed-off-by: Go Sakayori <[email protected]>

* modify comment

Signed-off-by: Go Sakayori <[email protected]>

---------

Signed-off-by: Go Sakayori <[email protected]>
  • Loading branch information
go-sakayori authored and rej55 committed Dec 13, 2024
1 parent 86d47ec commit 1bda3c3
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,3 +60,7 @@
over_stop_velocity_warn_thr: 1.389 # used to check if the optimization exceeds the input velocity on the stop point

plan_from_ego_speed_on_manual_mode: true # planning is done from ego velocity/acceleration on MANUAL mode. This should be true for smooth transition from MANUAL to AUTONOMOUS, but could be false for debugging.

# force slow driving from stopping state
force_slow_driving:
velocity: 1.39 # velocity in slow driving mode [m/s]

0 comments on commit 1bda3c3

Please sign in to comment.