Skip to content

Commit

Permalink
fix(avoidance): decrease velocity threshold for avoidance target obje…
Browse files Browse the repository at this point in the history
…cts (autowarefoundation#817)

Signed-off-by: satoshi-ota <[email protected]>
  • Loading branch information
satoshi-ota authored Jan 24, 2024
1 parent f5a2875 commit 8b818d4
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
use_conservative_buffer_longitudinal: true # [-] When set to true, the base_link2front is added to the longitudinal buffer before avoidance.
truck:
execute_num: 1
moving_speed_threshold: 2.0 # 7.2km/h
moving_speed_threshold: 1.0 # 3.6km/h
moving_time_threshold: 2.0
max_expand_ratio: 0.0
envelope_buffer_margin: 0.5
Expand All @@ -48,7 +48,7 @@
use_conservative_buffer_longitudinal: true
bus:
execute_num: 1
moving_speed_threshold: 2.0 # 7.2km/h
moving_speed_threshold: 1.0 # 3.6km/h
moving_time_threshold: 2.0
max_expand_ratio: 0.0
envelope_buffer_margin: 0.5
Expand All @@ -58,7 +58,7 @@
use_conservative_buffer_longitudinal: true
trailer:
execute_num: 1
moving_speed_threshold: 2.0 # 7.2km/h
moving_speed_threshold: 1.0 # 3.6km/h
moving_time_threshold: 2.0
max_expand_ratio: 0.0
envelope_buffer_margin: 0.5
Expand Down

0 comments on commit 8b818d4

Please sign in to comment.