Skip to content

Commit 07d1230

Browse files
authored
feat(motion_velocity_smoother): increase engage_acceleration (#736)
* feat(motion_velocity_smoother): increase engage_acceleration * Update autoware_launch/config/planning/scenario_planning/common/motion_velocity_smoother/motion_velocity_smoother.param.yaml
1 parent 6a2320e commit 07d1230

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autoware_launch/config/planning/scenario_planning/common/motion_velocity_smoother/motion_velocity_smoother.param.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
# engage & replan parameters
2727
replan_vel_deviation: 5.53 # velocity deviation to replan initial velocity [m/s]
2828
engage_velocity: 0.25 # engage velocity threshold [m/s] (if the trajectory velocity is higher than this value, use this velocity for engage vehicle speed)
29-
engage_acceleration: 0.1 # engage acceleration [m/ss] (use this acceleration when engagement)
29+
engage_acceleration: 0.5 # engage acceleration [m/ss] (use this acceleration when engagement)
3030
engage_exit_ratio: 0.5 # exit engage sequence to normal velocity planning when the velocity exceeds engage_exit_ratio x engage_velocity.
3131
stop_dist_to_prohibit_engage: 0.5 # if the stop point is in this distance, the speed is set to 0 not to move the vehicle [m]
3232

0 commit comments

Comments
 (0)