diff --git a/autoware_launch/config/planning/scenario_planning/lane_driving/behavior_planning/behavior_path_planner/drivable_area_expansion.param.yaml b/autoware_launch/config/planning/scenario_planning/lane_driving/behavior_planning/behavior_path_planner/drivable_area_expansion.param.yaml index 53f61ce8b1..b445ac74ce 100644 --- a/autoware_launch/config/planning/scenario_planning/lane_driving/behavior_planning/behavior_path_planner/drivable_area_expansion.param.yaml +++ b/autoware_launch/config/planning/scenario_planning/lane_driving/behavior_planning/behavior_path_planner/drivable_area_expansion.param.yaml @@ -20,7 +20,7 @@ extra_front_overhang: 0.5 # [m] extra length to add to the front overhang extra_width: 1.0 # [m] extra length to add to the width object_exclusion: - exclude_static: true # if true, the drivable area is not expanded over static objects + exclude_static: false # if true, the drivable area is not expanded over static objects exclude_dynamic: false # if true, the drivable area is not expanded in the predicted path of dynamic objects th_stopped_object_velocity: 1.0 # [m/s] velocity threshold for static objects safety_margin: