Skip to content

Commit 3f1c905

Browse files
authored
fix(avoidance): change return dead line param (#814)
Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
1 parent 402bb3f commit 3f1c905

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@
219219
return_dead_line:
220220
goal:
221221
enable: true # [-]
222-
buffer: 30.0 # [m]
222+
buffer: 3.0 # [m]
223223
traffic_light:
224224
enable: true # [-]
225225
buffer: 3.0 # [m]

0 commit comments

Comments
 (0)