Skip to content

Commit fb4401b

Browse files
authored
refactor(avoidance): update parameter namespace (autowarefoundation#928)
Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
1 parent 72cc44d commit fb4401b

File tree

1 file changed

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

1 file changed

+2
-3
lines changed

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

+2-3
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@
77

88
# avoidance module common setting
99
enable_bound_clipping: false
10-
enable_yield_maneuver: true
11-
enable_yield_maneuver_during_shifting: false
1210
enable_cancel_maneuver: true
1311
disable_path_update: false
1412

@@ -247,7 +245,8 @@
247245

248246
# For yield maneuver
249247
yield:
250-
yield_velocity: 2.78 # [m/s]
248+
enable: true # [-]
249+
enable_during_shifting: false # [-]
251250

252251
# For stop maneuver
253252
stop:

0 commit comments

Comments
 (0)