Skip to content

Commit c3893e2

Browse files
mkqudamaxime-clemsatoshi-ota
authored
feat(behavior_path_planner_common): update drivable area expansion parameters (autowarefoundation#1353)
* update drivable area expansion parameters Signed-off-by: mohammad alqudah <alqudah.mohammad@tier4.jp> * Update autoware_launch/config/planning/scenario_planning/lane_driving/behavior_planning/behavior_path_planner/drivable_area_expansion.param.yaml Co-authored-by: Maxime CLEMENT <78338830+maxime-clem@users.noreply.github.com> * Update autoware_launch/config/planning/scenario_planning/lane_driving/behavior_planning/behavior_path_planner/drivable_area_expansion.param.yaml Co-authored-by: Satoshi OTA <44889564+satoshi-ota@users.noreply.github.com> --------- Signed-off-by: mohammad alqudah <alqudah.mohammad@tier4.jp> Co-authored-by: Maxime CLEMENT <78338830+maxime-clem@users.noreply.github.com> Co-authored-by: Satoshi OTA <44889564+satoshi-ota@users.noreply.github.com>
1 parent d5468b6 commit c3893e2

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)