Skip to content

Commit c7dafae

Browse files
authored
Merge pull request #529 from tier4/hotfix/v0.29.0/force_acceleration_slow
feat(motion_velocity_smoother): cherry pick force acceleration and slow driving
2 parents 8e5b8a0 + 72acd7e commit c7dafae

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

autoware_launch/config/planning/scenario_planning/common/autoware_velocity_smoother/velocity_smoother.param.yaml

+12
Original file line numberDiff line numberDiff line change
@@ -60,3 +60,15 @@
6060
over_stop_velocity_warn_thr: 1.389 # used to check if the optimization exceeds the input velocity on the stop point
6161

6262
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

Comments
 (0)