From 3115db06c6ce0afa5b7d3f6bb291f6736ab6be69 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 06:12:46 +0000 Subject: [PATCH] style(pre-commit): autofix --- .../behavior_velocity_planner/dynamic_obstacle_stop.param.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 88895a8af3..ac95cd75c8 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 @@ -7,6 +7,6 @@ time_horizon: 5.0 # [s] time horizon used for collision checks hysteresis: 1.0 # [m] once a collision has been detected, this hysteresis is used on the collision detection add_stop_duration_buffer : 0.5 # [s] duration where a collision must be continuously detected before a stop decision is added - remove_stop_duration_buffer : 1.0 # [s] duration between no collision being detected and the stop decision being remove + remove_stop_duration_buffer : 1.0 # [s] duration between no collision being detected and the stop decision being remove minimum_object_distance_from_ego_path: 1.0 # [m] minimum distance between the footprints of ego and an object to consider for collision ignore_unavoidable_collisions : true # if true, ignore collisions that cannot be avoided by stopping (assuming the obstacle continues going straight)