Skip to content

Commit

Permalink
feat(motion_velocity_smoother)!: added force acceleration based param…
Browse files Browse the repository at this point in the history
…eter (autowarefoundation#870)

* add force acceleration related parameters to motion velocity smoother

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

* Parameters fixed from experiment

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

---------

Signed-off-by: Go Sakayori <[email protected]>
Signed-off-by: Go Sakayori <[email protected]>
  • Loading branch information
go-sakayori committed Aug 7, 2024
1 parent 8e5b8a0 commit d21bdcc
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,3 +60,11 @@
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 acceleration
force_acceleration:
max_acc: 2.0
max_jerk: 5.0
max_lateral_acc: 1.0
engage_velocity: 0.25
engage_acceleration: 0.5

0 comments on commit d21bdcc

Please sign in to comment.