Skip to content

Commit

Permalink
Merge pull request autowarefoundation#780 from tier4/feat/apply-slope…
Browse files Browse the repository at this point in the history
…-hold-param

chore: apply slope hold param
  • Loading branch information
saka1-s authored Sep 4, 2024
2 parents 92b9a2c + 111d8a4 commit 4e10ec6
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 4e10ec6

Please sign in to comment.