Skip to content

Commit

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

Signed-off-by: beyza <[email protected]>
  • Loading branch information
beyzanurkaya committed Sep 30, 2024
1 parent 1425b2e commit 5aa231a
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
bicycle:
th_moving_speed: 0.28
th_moving_time: 1.0
longitudinal_margin: 1.0
longitudinal_margin: 0.6
lateral_margin:
soft_margin: 0.7
hard_margin: 0.5
Expand All @@ -87,7 +87,7 @@
motorcycle:
th_moving_speed: 1.0
th_moving_time: 1.0
longitudinal_margin: 1.0
longitudinal_margin: 0.6
lateral_margin:
soft_margin: 0.5
hard_margin: 0.3
Expand All @@ -98,7 +98,7 @@
pedestrian:
th_moving_speed: 0.28
th_moving_time: 1.0
longitudinal_margin: 1.0
longitudinal_margin: 0.6
lateral_margin:
soft_margin: 0.7
hard_margin: 0.5
Expand Down

0 comments on commit 5aa231a

Please sign in to comment.