|
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: 2.0 # distance of points while curvature is calculating for the steer rate and lateral acceleration limit [m] |
13 | 13 | # lateral acceleration limit parameters
|
14 | 14 | enable_lateral_acc_limit: true # To toggle the lateral acc filter on and off. You can switch it dynamically at runtime.
|
15 | 15 | max_lateral_accel: 1.0 # max lateral acceleration limit [m/ss]
|
16 |
| - min_curve_velocity: 2.74 # min velocity at lateral acceleration limit and steering angle rate limit [m/s] |
| 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 |
| - max_steering_angle_rate: 40.0 # maximum steering angle rate [degree/s] |
| 22 | + max_steering_angle_rate: 11.5 # maximum steering angle rate [degree/s] |
23 | 23 | resample_ds: 0.1 # distance between trajectory points [m]
|
24 | 24 | curvature_threshold: 0.02 # if curvature > curvature_threshold, steeringRateLimit is triggered [1/m]
|
25 | 25 |
|
26 | 26 | # engage & replan parameters
|
27 | 27 | replan_vel_deviation: 5.53 # velocity deviation to replan initial velocity [m/s]
|
28 | 28 | 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.6 # engage acceleration [m/ss] (use this acceleration when engagement) |
30 | 30 | engage_exit_ratio: 0.5 # exit engage sequence to normal velocity planning when the velocity exceeds engage_exit_ratio x engage_velocity.
|
31 | 31 | 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]
|
32 | 32 |
|
|
0 commit comments