Skip to content

Commit

Permalink
fix(static_obstacle_avoidance): tune avoidance max stop distance (aut…
Browse files Browse the repository at this point in the history
…owarefoundation#775)

Signed-off-by: satoshi-ota <[email protected]>
  • Loading branch information
satoshi-ota committed Sep 3, 2024
1 parent 7446d8b commit bde3d52
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 bde3d52

Please sign in to comment.