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/motion_velocity_smoother/motion_velocity_smoother.param.yaml
+1-1
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@
16
16
min_curve_velocity: 2.0# min velocity at lateral acceleration limit and steering angle rate limit [m/s]
17
17
decel_distance_before_curve: 3.5# slow speed distance before a curve for lateral acceleration limit
18
18
decel_distance_after_curve: 2.0# slow speed distance after a curve for lateral acceleration limit
19
-
min_decel_for_lateral_acc_lim_filter: -2.5# deceleration limit applied in the lateral acceleration filter to avoid sudden braking [m/ss]
19
+
min_decel_for_lateral_acc_lim_filter: -0.5# deceleration limit applied in the lateral acceleration filter to avoid sudden braking [m/ss]
20
20
# steering angle rate limit parameters
21
21
enable_steering_rate_limit: true # To toggle the steer rate filter on and off. You can switch it dynamically at runtime.
22
22
max_steering_angle_rate: 11.5# maximum steering angle rate [degree/s]
0 commit comments