Skip to content

Commit

Permalink
Merge pull request autowarefoundation#776 from tier4/hotfix/v3.1.0/ch…
Browse files Browse the repository at this point in the history
…erry-pick-bpp

fix(static_obstacle_avoidance): tune avoidance max stop distance (autowarefoundation#775)
  • Loading branch information
saka1-s authored Sep 3, 2024
2 parents 7446d8b + bde3d52 commit 7e53620
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@

# For stop maneuver
stop:
max_distance: 20.0 # [m]
max_distance: 30.0 # [m]
stop_buffer: 1.0 # [m] FOR DEVELOPER

policy:
Expand Down

0 comments on commit 7e53620

Please sign in to comment.