Skip to content

Commit ff32008

Browse files
committed
feat(avoidance): avoid objects that have no intent to move
Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
1 parent a2532da commit ff32008

File tree

1 file changed

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

1 file changed

+3
-1
lines changed

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

+3-1
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,9 @@
142142
# params for avoidance of vehicle type objects that are ambiguous as to whether they are parked.
143143
force_avoidance:
144144
enable: true # [-]
145-
time_threshold: 3.0 # [s]
145+
time_threshold:
146+
no_stop_factor: 3.0 # [s]
147+
passable_signal: 10.0 # [s]
146148
distance_threshold: 1.0 # [m]
147149
ignore_area:
148150
traffic_light:

0 commit comments

Comments
 (0)