Skip to content

Commit

Permalink
chore: apply slope hold params
Browse files Browse the repository at this point in the history
Signed-off-by: Naophis <[email protected]>
  • Loading branch information
Naophis committed Sep 4, 2024
1 parent 92b9a2c commit 111d8a4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
stop_check_duration: 1.0
nominal:
vel_lim: 25.0
reference_speed_points: [0.1, 0.2, 20.0, 30.0]
reference_speed_points: [0.1, 0.3, 20.0, 30.0]
steer_lim: [1.0, 1.0, 1.0, 0.8]
steer_rate_lim: [1.0, 1.0, 1.0, 0.8]
lon_acc_lim: [5.0, 5.0, 5.0, 4.0]
lon_jerk_lim: [5.0, 5.0, 5.0, 4.0]
lon_jerk_lim: [80.0, 5.0, 5.0, 4.0]
lat_acc_lim: [5.0, 5.0, 5.0, 4.0]
lat_jerk_lim: [7.0, 7.0, 7.0, 6.0]
actual_steer_diff_lim: [1.0, 1.0, 1.0, 0.8]
Expand Down

0 comments on commit 111d8a4

Please sign in to comment.