|
16 | 16 | stop_check_duration: 1.0
|
17 | 17 | nominal:
|
18 | 18 | vel_lim: 25.0
|
19 |
| - reference_speed_points: [20.0, 30.0] |
20 |
| - steer_lim: [1.0, 0.8] |
21 |
| - steer_rate_lim: [1.0, 0.8] |
22 |
| - lon_acc_lim: [5.0, 4.0] |
23 |
| - lon_jerk_lim: [5.0, 4.0] |
24 |
| - lat_acc_lim: [5.0, 4.0] |
25 |
| - lat_jerk_lim: [7.0, 6.0] |
26 |
| - actual_steer_diff_lim: [1.0, 0.8] |
| 19 | + reference_speed_points: [0.1, 0.3, 20.0, 30.0] |
| 20 | + steer_lim: [1.0, 1.0, 1.0, 0.8] |
| 21 | + steer_rate_lim: [1.0, 1.0, 1.0, 0.8] |
| 22 | + lon_acc_lim: [5.0, 5.0, 5.0, 4.0] |
| 23 | + lon_jerk_lim: [80.0, 5.0, 5.0, 4.0] # The first element is required for quick pedal changes when stopping and starting. |
| 24 | + lat_acc_lim: [5.0, 5.0, 5.0, 4.0] |
| 25 | + lat_jerk_lim: [7.0, 7.0, 7.0, 6.0] |
| 26 | + actual_steer_diff_lim: [1.0, 1.0, 1.0, 0.8] |
27 | 27 | on_transition:
|
28 | 28 | vel_lim: 50.0
|
29 | 29 | reference_speed_points: [20.0, 30.0]
|
|
0 commit comments