Skip to content

Commit

Permalink
fix(static_obstacle_avoidance): lower lateral soft margin to handle d…
Browse files Browse the repository at this point in the history
…ense urban scenarios

Signed-off-by: Ahmed Ebrahim <ahmed.ebrahim@leodrive.ai>
  • Loading branch information
Ahmed Ebrahim committed Sep 9, 2024
1 parent 7fd9736 commit 9ef7c4e
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
th_moving_time: 2.0 # [s]
longitudinal_margin: 0.0 # [m]
lateral_margin:
soft_margin: 0.7 # [m]
soft_margin: 0.5 # [m]
hard_margin: 0.2 # [m]
hard_margin_for_parked_vehicle: 0.2 # [m]
max_expand_ratio: 0.0 # [-] FOR DEVELOPER
Expand All @@ -34,7 +34,7 @@
th_moving_time: 2.0
longitudinal_margin: 0.0
lateral_margin:
soft_margin: 0.7
soft_margin: 0.5
hard_margin: 0.2
hard_margin_for_parked_vehicle: 0.2
max_expand_ratio: 0.0
Expand All @@ -45,7 +45,7 @@
th_moving_time: 2.0
longitudinal_margin: 0.0
lateral_margin:
soft_margin: 0.7
soft_margin: 0.5
hard_margin: 0.2
hard_margin_for_parked_vehicle: 0.2
max_expand_ratio: 0.0
Expand All @@ -56,7 +56,7 @@
th_moving_time: 2.0
longitudinal_margin: 0.0
lateral_margin:
soft_margin: 0.7
soft_margin: 0.5
hard_margin: 0.2
hard_margin_for_parked_vehicle: 0.2
max_expand_ratio: 0.0
Expand All @@ -67,7 +67,7 @@
th_moving_time: 1.0
longitudinal_margin: 0.0
lateral_margin:
soft_margin: 0.7
soft_margin: 0.5
hard_margin: -0.2
hard_margin_for_parked_vehicle: -0.2
max_expand_ratio: 0.0
Expand All @@ -89,7 +89,7 @@
th_moving_time: 1.0
longitudinal_margin: 1.0
lateral_margin:
soft_margin: 0.7
soft_margin: 0.5
hard_margin: 0.3
hard_margin_for_parked_vehicle: 0.2
max_expand_ratio: 0.0
Expand Down

0 comments on commit 9ef7c4e

Please sign in to comment.