Skip to content

Commit 554a2c1

Browse files
authored
feat(static_obstacle_avoidance): change policy for ambiguous avoidance situation (autowarefoundation#1113) (#541)
* feat(static_obstacle_avoidance): change policy for ambiguous avoidance situation * fix(static_obstacle_avoidance): tune ambiguous vehicle ignore area --------- Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
1 parent 2e315b9 commit 554a2c1

File tree

1 file changed

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

1 file changed

+4
-4
lines changed

Diff for: autoware_launch/config/planning/scenario_planning/lane_driving/behavior_planning/behavior_path_planner/autoware_behavior_path_static_obstacle_avoidance_module/static_obstacle_avoidance.param.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -150,16 +150,16 @@
150150
# "auto" : generate candidate path. if RTC is running as AUTO mode, the ego avoids it automatically.
151151
# "manual" : generate candidate path and wait operator approval even if RTC is running as AUTO mode.
152152
# "ignore" : never avoid it.
153-
policy: "auto" # [-]
153+
policy: "manual" # [-]
154154
condition:
155155
th_stopped_time: 3.0 # [s]
156156
th_moving_distance: 1.0 # [m]
157157
ignore_area:
158158
traffic_light:
159-
front_distance: 100.0 # [m]
159+
front_distance: 20.0 # [m]
160160
crosswalk:
161-
front_distance: 30.0 # [m]
162-
behind_distance: 30.0 # [m]
161+
front_distance: 20.0 # [m]
162+
behind_distance: 0.0 # [m]
163163
wait_and_see:
164164
target_behaviors: ["MERGING", "DEVIATING"] # [-]
165165
th_closest_distance: 10.0 # [m]

0 commit comments

Comments
 (0)