diff --git a/autoware_launch/config/planning/scenario_planning/lane_driving/behavior_planning/behavior_velocity_planner/dynamic_obstacle_stop.param.yaml b/autoware_launch/config/planning/scenario_planning/lane_driving/behavior_planning/behavior_velocity_planner/dynamic_obstacle_stop.param.yaml index 14483093e8..9ee465c5f9 100644 --- a/autoware_launch/config/planning/scenario_planning/lane_driving/behavior_planning/behavior_velocity_planner/dynamic_obstacle_stop.param.yaml +++ b/autoware_launch/config/planning/scenario_planning/lane_driving/behavior_planning/behavior_velocity_planner/dynamic_obstacle_stop.param.yaml @@ -1,7 +1,7 @@ /**: ros__parameters: dynamic_obstacle_stop: # module to stop or before entering the immediate path of a moving object - extra_object_width: 1.0 # [m] extra width around detected objects + extra_object_width: 0.6 # [m] extra width around detected objects minimum_object_velocity: 0.5 # [m/s] objects with a velocity bellow this value are ignored stop_distance_buffer: 0.5 # [m] extra distance to add between the stop point and the collision point time_horizon: 5.0 # [s] time horizon used for collision checks