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: planning/autoware_velocity_smoother/config/default_velocity_smoother.param.yaml
+7-1
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,10 @@
9
9
10
10
# ---- curve parameters ----
11
11
# - common parameters -
12
-
curvature_calculation_distance: 5.0# distance of points while curvature is calculating for the steer rate and lateral acceleration limit [m]
12
+
curvature_calculation_distance: 5.0# distance of points while curvature is calculating for the steer rate and lateral acceleration limit [m]
13
+
ego_nearest_dist_threshold: 0.3# threshold to find the nearest point on the trajectory [m]
14
+
ego_nearest_yaw_threshold: 1.046# threshold to find the nearest point on the trajectory [rad]
15
+
algorithm_type: "JerkFiltered"# algorithm type for velocity smoother. "JerkFiltered" or "L2" or "Linf" or "Analytical"
13
16
# - lateral acceleration limit parameters -
14
17
enable_lateral_acc_limit: true # To toggle the lateral acc filter on and off. You can switch it dynamically at runtime.
15
18
max_lateral_accel: 0.8# max lateral acceleration limit [m/ss]
@@ -61,3 +64,6 @@
61
64
over_stop_velocity_warn_thr: 1.389# used to check if the optimization exceeds the input velocity on the stop point
62
65
63
66
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.
0 commit comments