Skip to content

Commit

Permalink
refactor(obstacle_avoidance_planner): use max_steer_angle in common (#…
Browse files Browse the repository at this point in the history
…421)

* refactor(obstacle_avoidance_planner): use max_steer_angle in common

Signed-off-by: Takayuki Murooka <[email protected]>

* fix runtime error

Signed-off-by: Takayuki Murooka <[email protected]>
  • Loading branch information
takayuki5168 authored Jul 27, 2022
1 parent 114a876 commit 00c214a
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,7 @@
num_curvature_sampling_points: 5 # number of sampling points when calculating curvature
delta_arc_length_for_mpt_points: 0.5 # delta arc length when generating mpt [m]

kinematics:
max_steer_deg: 40.0 # max steering angle [deg]

# kinematics:
# If this parameter is commented out, the parameter is set as below by default.
# The logic could be `optimization_center_offset = vehicle_info.wheel_base * 0.8`
# The 0.8 scale is adopted as it performed the best.
Expand Down

0 comments on commit 00c214a

Please sign in to comment.