Skip to content

Commit

Permalink
fix(autoware_launch): tune avoidance clearance for pedestrian (autowa…
Browse files Browse the repository at this point in the history
…refoundation#477)

tune avoidance clearance for pedestrian
  • Loading branch information
saka1-s committed Jun 25, 2024
1 parent 3f0b5ce commit 6d5fe21
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
max_expand_ratio: 0.0
envelope_buffer_margin: 0.8
avoid_margin_lateral: 0.0
safety_buffer_lateral: 1.5
safety_buffer_lateral: 1.0
safety_buffer_longitudinal: 1.0
motorcycle:
enable: false
Expand All @@ -87,7 +87,7 @@
max_expand_ratio: 0.0
envelope_buffer_margin: 0.8
avoid_margin_lateral: 0.0
safety_buffer_lateral: 1.5
safety_buffer_lateral: 1.0
safety_buffer_longitudinal: 1.0
pedestrian:
enable: false
Expand All @@ -96,7 +96,7 @@
max_expand_ratio: 0.0
envelope_buffer_margin: 0.8
avoid_margin_lateral: 0.0
safety_buffer_lateral: 1.5
safety_buffer_lateral: 1.0
safety_buffer_longitudinal: 1.0
lower_distance_for_polygon_expansion: 30.0 # [m]
upper_distance_for_polygon_expansion: 100.0 # [m]
Expand Down

0 comments on commit 6d5fe21

Please sign in to comment.