Skip to content

Commit

Permalink
fix(autoware_launch): add missing param of vehicle_cmd_gate in yaml (a…
Browse files Browse the repository at this point in the history
…utowarefoundation#149)

Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>

Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>
  • Loading branch information
takayuki5168 committed Dec 28, 2022
1 parent 143185b commit 272d26c
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,11 @@
lon_jerk_lim: 5.0
lat_acc_lim: 5.0
lat_jerk_lim: 5.0
actual_steer_diff_lim: 1.0
on_transition:
vel_lim: 50.0
lon_acc_lim: 1.0
lon_jerk_lim: 0.5
lat_acc_lim: 1.2
lat_jerk_lim: 0.75
actual_steer_diff_lim: 0.05

0 comments on commit 272d26c

Please sign in to comment.