You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: autoware_launch/config/planning/scenario_planning/common/autoware_velocity_smoother/velocity_smoother.param.yaml
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -60,3 +60,15 @@
60
60
over_stop_velocity_warn_thr: 1.389# used to check if the optimization exceeds the input velocity on the stop point
61
61
62
62
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.
63
+
64
+
# force acceleration
65
+
force_acceleration:
66
+
max_acc: 2.0# max longitudinal acceleration in force acceleration mode [m/ss]
67
+
max_jerk: 5.0# max longitudinal jerk in force acceleration mode [m/sss]
68
+
max_lateral_acc: 1.0# max lateral acceleration in force acceleration mode [m/ss]
69
+
engage_velocity: 0.25# engage velocity in force acceleration mode [m/s]
70
+
engage_acceleration: 0.5# engage acceleration in force acceleration mode [m/ss]
71
+
72
+
# force slow driving from stopping state
73
+
force_slow_driving:
74
+
velocity: 1.39# velocity in slow driving mode [m/s]
0 commit comments