Skip to content

Commit

Permalink
fix(avoidance): increase road shoulder soft margin (0.3 to 0.8m)
Browse files Browse the repository at this point in the history
Signed-off-by: tomoya.kimura <[email protected]>
  • Loading branch information
tkimura4 committed Oct 27, 2023
1 parent e1f2930 commit 9ce80a4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@
lateral_execution_threshold: 0.09 # [m]
lateral_small_shift_threshold: 0.501 # [m]
lateral_avoid_check_threshold: 0.1 # [m]
soft_road_shoulder_margin: 0.3 # [m]
soft_road_shoulder_margin: 0.8 # [m]
hard_road_shoulder_margin: 0.3 # [m]
max_right_shift_length: 5.0
max_left_shift_length: 5.0
Expand Down

0 comments on commit 9ce80a4

Please sign in to comment.