Skip to content

Commit 348f4b3

Browse files
committed
fix(avoidance): decrease velocity threshold for avoidance target objects
Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
1 parent faef67a commit 348f4b3

File tree

1 file changed

+3
-3
lines changed
  • autoware_launch/config/planning/scenario_planning/lane_driving/behavior_planning/behavior_path_planner/avoidance

1 file changed

+3
-3
lines changed

autoware_launch/config/planning/scenario_planning/lane_driving/behavior_planning/behavior_path_planner/avoidance/avoidance.param.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
use_conservative_buffer_longitudinal: true # [-] When set to true, the base_link2front is added to the longitudinal buffer before avoidance.
3939
truck:
4040
execute_num: 1
41-
moving_speed_threshold: 2.0 # 7.2km/h
41+
moving_speed_threshold: 1.0 # 3.6km/h
4242
moving_time_threshold: 2.0
4343
max_expand_ratio: 0.0
4444
envelope_buffer_margin: 0.5
@@ -48,7 +48,7 @@
4848
use_conservative_buffer_longitudinal: true
4949
bus:
5050
execute_num: 1
51-
moving_speed_threshold: 2.0 # 7.2km/h
51+
moving_speed_threshold: 1.0 # 3.6km/h
5252
moving_time_threshold: 2.0
5353
max_expand_ratio: 0.0
5454
envelope_buffer_margin: 0.5
@@ -58,7 +58,7 @@
5858
use_conservative_buffer_longitudinal: true
5959
trailer:
6060
execute_num: 1
61-
moving_speed_threshold: 2.0 # 7.2km/h
61+
moving_speed_threshold: 1.0 # 3.6km/h
6262
moving_time_threshold: 2.0
6363
max_expand_ratio: 0.0
6464
envelope_buffer_margin: 0.5

0 commit comments

Comments
 (0)