You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: autoware_launch/config/planning/scenario_planning/lane_driving/behavior_planning/behavior_path_planner/drivable_area_expansion.param.yaml
+9-7
Original file line number
Diff line number
Diff line change
@@ -19,13 +19,15 @@
19
19
extra_wheelbase: 0.0# [m] extra length to add to the wheelbase
20
20
extra_front_overhang: 0.5# [m] extra length to add to the front overhang
21
21
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
29
31
path_preprocessing:
30
32
max_arc_length: 100.0# [m] maximum arc length along the path where the ego footprint is projected (0.0 means no limit)
31
33
resample_interval: 2.0# [m] fixed interval between resampled path points (0.0 means path points are directly used)
0 commit comments