Skip to content

Commit

Permalink
fix(autoware_launch): tune avoidance clearance pedestrian v2.3.0 (aut…
Browse files Browse the repository at this point in the history
…owarefoundation#478)

tune avoidance clearance for pedestrian
  • Loading branch information
saka1-s authored Oct 7, 2023
1 parent 5e8a39e commit 4f2eb9c
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
moving_time_threshold: 1.0
max_expand_ratio: 0.0
envelope_buffer_margin: 0.8
avoid_margin_lateral: 1.0
avoid_margin_lateral: 0.0
safety_buffer_lateral: 1.0
safety_buffer_longitudinal: 1.0
motorcycle:
Expand All @@ -94,7 +94,7 @@
moving_time_threshold: 1.0
max_expand_ratio: 0.0
envelope_buffer_margin: 0.8
avoid_margin_lateral: 1.0
avoid_margin_lateral: 0.0
safety_buffer_lateral: 1.0
safety_buffer_longitudinal: 1.0
pedestrian:
Expand All @@ -104,7 +104,7 @@
moving_time_threshold: 1.0
max_expand_ratio: 0.0
envelope_buffer_margin: 0.8
avoid_margin_lateral: 1.0
avoid_margin_lateral: 0.0
safety_buffer_lateral: 1.0
safety_buffer_longitudinal: 1.0
lower_distance_for_polygon_expansion: 30.0 # [m]
Expand Down

0 comments on commit 4f2eb9c

Please sign in to comment.