Skip to content

Commit

Permalink
feat(avoidance): add parameter to configurate avoidance return point (#…
Browse files Browse the repository at this point in the history
…493)

Signed-off-by: satoshi-ota <[email protected]>
  • Loading branch information
satoshi-ota committed Jul 31, 2023
1 parent 91d4afb commit cb36d57
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@
# avoidance distance parameters
longitudinal:
prepare_time: 2.0 # [s]
remain_buffer_distance: 30.0 # [m]
min_prepare_distance: 1.0 # [m]
min_slow_down_speed: 1.38 # [m/s]
buf_slow_down_speed: 0.56 # [m/s]
Expand Down

0 comments on commit cb36d57

Please sign in to comment.