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: launch/tier4_planning_launch/config/scenario_planning/common/motion_velocity_smoother/motion_velocity_smoother.param.yaml
+1
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,7 @@
12
12
min_curve_velocity: 0.5# min velocity at lateral acceleration limit and steering angle rate limit [m/s]
13
13
decel_distance_before_curve: 3.5# slow speed distance before a curve for lateral acceleration limit
14
14
decel_distance_after_curve: 2.0# slow speed distance after a curve for lateral acceleration limit
15
+
min_decel_for_lateral_acc_lim_filter: -2.5# deceleration limit applied in the lateral acceleration filter to avoid sudden braking [m/ss]
15
16
16
17
# engage & replan parameters
17
18
replan_vel_deviation: 5.53# velocity deviation to replan initial velocity [m/s]
|`max_lateral_accel`|`double`| Max lateral acceleration limit [m/ss]| 0.5 |
144
+
|`min_curve_velocity`|`double`| Min velocity at lateral acceleration limit [m/ss]| 2.74 |
145
+
|`decel_distance_before_curve`|`double`| Distance to slowdown before a curve for lateral acceleration limit [m]| 3.5 |
146
+
|`decel_distance_after_curve`|`double`| Distance to slowdown after a curve for lateral acceleration limit [m]| 2.0 |
147
+
|`min_decel_for_lateral_acc_lim_filter`|`double`| Deceleration limit to avoid sudden braking by the lateral acceleration filter [m/ss]. Strong limitation degrades the deceleration response to the appearance of sharp curves due to obstacle avoidance, etc. | -2.5 |
0 commit comments