Skip to content

Commit

Permalink
feat(avoidance): reduce road shoulder margin if lateral distance is n…
Browse files Browse the repository at this point in the history
…ot enough to avoid (autowarefoundation#513)

Signed-off-by: satoshi-ota <[email protected]>
  • Loading branch information
satoshi-ota authored Aug 15, 2023
1 parent 05f55d3 commit 6ea8c13
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,8 @@
lateral_execution_threshold: 0.09 # [m]
lateral_small_shift_threshold: 0.101 # [m]
lateral_avoid_check_threshold: 0.1 # [m]
road_shoulder_safety_margin: 0.3 # [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
# avoidance distance parameters
Expand Down

0 comments on commit 6ea8c13

Please sign in to comment.