Skip to content

Commit

Permalink
add steer rate lim for clothoid parking
Browse files Browse the repository at this point in the history
Signed-off-by: Takumi Ito <[email protected]>
  • Loading branch information
Takumi Ito committed Feb 1, 2025
1 parent 3db265c commit ad5f1dd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@
forward_parking_path_interval: 1.0
forward_parking_max_steer_angle: 0.4 # 22.9deg
forward_parking_max_steer_angle: 0.35 # 20deg
forward_parking_steer_rate_lim: 0.35
forward_parking_use_clothoid: true
backward:
enable_arc_backward_parking: true
Expand All @@ -90,6 +91,7 @@
backward_parking_lane_departure_margin: 0.0
backward_parking_path_interval: 1.0
backward_parking_max_steer_angle: 0.4 # 22.9deg
backward_parking_steer_rate_lim: 0.35
backward_parking_use_clothoid: true

# freespace parking
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
lane_departure_check_expansion_margin: 0.0
backward_velocity: -1.0
pull_out_max_steer_angle: 0.4 # 22.9deg
pull_out_steer_rate_lim: 0.35
pull_out_use_clothoid: true
# search start pose backward
enable_back: true
Expand Down

0 comments on commit ad5f1dd

Please sign in to comment.