Skip to content

Commit

Permalink
Added max_steer_angle in test config
Browse files Browse the repository at this point in the history
Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>
  • Loading branch information
takayuki5168 committed May 11, 2022
1 parent 3ae54f3 commit c9ff0ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@
left_overhang: 0.1 # between left wheel center and vehicle left
right_overhang: 0.1 # between right wheel center and vehicle right
vehicle_height: 2.5
max_steer_angle: 0.70 # [rad]
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@
width_m: 2.0
front_overhang_m: 0.5
rear_overhang_m: 0.5
max_steer_angle: 0.70
max_steer_angle: 0.70 # [rad]

0 comments on commit c9ff0ec

Please sign in to comment.