Skip to content

Commit ca577cd

Browse files
authored
Merge pull request #626 from tier4/fix/acc_slow
feat(motion_velocity_smoother): cherry pick force acceleration and slow driving
2 parents 783fbe5 + 4ceaf99 commit ca577cd

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

Lines changed: 12 additions & 0 deletions
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)