Skip to content

Commit 860df17

Browse files
committed
feat(drivable_area_expansion.param): set ego footprint offsets to 0
Signed-off-by: Maxime CLEMENT <maxime.clement@tier4.jp>
1 parent 7446d8b commit 860df17

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
arc_length_range: 2.0 # [m] arc length range where an expansion distance is initially applied
1717
ego:
1818
extra_wheelbase: 0.0 # [m] extra length to add to the wheelbase
19-
extra_front_overhang: 0.5 # [m] extra length to add to the front overhang
20-
extra_width: 1.0 # [m] extra length to add to the width
19+
extra_front_overhang: 0.0 # [m] extra length to add to the front overhang
20+
extra_width: 0.0 # [m] extra length to add to the width
2121
dynamic_objects:
2222
avoid: false # if true, the drivable area is not expanded in the predicted path of dynamic objects
2323
extra_footprint_offset:

0 commit comments

Comments
 (0)