Skip to content

Commit 8b00027

Browse files
Merge pull request #786 from tier4/sync-awf-latest
chore: sync awf-latest
2 parents 860c117 + c3893e2 commit 8b00027

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

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

+9-7
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,15 @@
1919
extra_wheelbase: 0.0 # [m] extra length to add to the wheelbase
2020
extra_front_overhang: 0.5 # [m] extra length to add to the front overhang
2121
extra_width: 1.0 # [m] extra length to add to the width
22-
dynamic_objects:
23-
avoid: false # if true, the drivable area is not expanded in the predicted path of dynamic objects
24-
extra_footprint_offset:
25-
front: 0.5 # [m] extra length to add to the front of the dynamic object footprint
26-
rear: 0.5 # [m] extra length to add to the rear of the dynamic object footprint
27-
left: 0.5 # [m] extra length to add to the left of the dynamic object footprint
28-
right: 0.5 # [m] extra length to add to the rear of the dynamic object footprint
22+
object_exclusion:
23+
exclude_static: false # if true, the drivable area is not expanded over static objects
24+
exclude_dynamic: false # if true, the drivable area is not expanded in the predicted path of dynamic objects
25+
th_stopped_object_velocity: 1.0 # [m/s] velocity threshold for static objects
26+
safety_margin:
27+
front: 0.75 # [m] margin to add to the front of object footprint
28+
rear: 0.75 # [m] margin to add to the rear of object footprint
29+
left: 0.75 # [m] margin to add to the left of object footprint
30+
right: 0.75 # [m] margin to add to the right of object footprint
2931
path_preprocessing:
3032
max_arc_length: 100.0 # [m] maximum arc length along the path where the ego footprint is projected (0.0 means no limit)
3133
resample_interval: 2.0 # [m] fixed interval between resampled path points (0.0 means path points are directly used)

0 commit comments

Comments
 (0)