Skip to content

Commit

Permalink
feat(avoidance): update road shoulder margin (autowarefoundation#509)
Browse files Browse the repository at this point in the history
feat(avoidance): tune avoidance margin

Signed-off-by: kminoda <[email protected]>
  • Loading branch information
kminoda authored Oct 23, 2023
1 parent b0818b5 commit ef67413
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -161,8 +161,8 @@
lateral_execution_threshold: 0.09 # [m]
lateral_small_shift_threshold: 0.101 # [m]
lateral_avoid_check_threshold: 0.1 # [m]
soft_road_shoulder_margin: 0.8 # [m]
hard_road_shoulder_margin: 0.8 # [m]
soft_road_shoulder_margin: 0.3 # [m]
hard_road_shoulder_margin: 0.3 # [m]
max_right_shift_length: 5.0
max_left_shift_length: 5.0
max_deviation_from_lane: 0.5 # [m]
Expand Down

0 comments on commit ef67413

Please sign in to comment.