Skip to content

Commit a956ff9

Browse files
committed
fix(avoidance): wait and see objects
Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
1 parent 948d3ba commit a956ff9

File tree

1 file changed

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

1 file changed

+4
-2
lines changed

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

+4-2
Original file line numberDiff line numberDiff line change
@@ -156,8 +156,10 @@
156156
# params for avoidance of vehicle type objects that are ambiguous as to whether they are parked.
157157
avoidance_for_ambiguous_vehicle:
158158
enable: true # [-]
159-
time_threshold: 3.0 # [s]
160-
distance_threshold: 1.0 # [m]
159+
closest_distance_to_wait_and_see: 10.0 # [m]
160+
condition:
161+
time_threshold: 3.0 # [s]
162+
distance_threshold: 1.0 # [m]
161163
ignore_area:
162164
traffic_light:
163165
front_distance: 100.0 # [m]

0 commit comments

Comments
 (0)