From f9cfb8aed7f439fe4310916a5c76295d74723a58 Mon Sep 17 00:00:00 2001 From: Maxime CLEMENT Date: Fri, 29 Sep 2023 08:59:12 +0900 Subject: [PATCH] Add action.min_duration parameter Signed-off-by: Maxime CLEMENT --- .../behavior_velocity_planner/out_of_lane.param.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/autoware_launch/config/planning/scenario_planning/lane_driving/behavior_planning/behavior_velocity_planner/out_of_lane.param.yaml b/autoware_launch/config/planning/scenario_planning/lane_driving/behavior_planning/behavior_velocity_planner/out_of_lane.param.yaml index cbbc856580..d2930c3d5b 100644 --- a/autoware_launch/config/planning/scenario_planning/lane_driving/behavior_planning/behavior_velocity_planner/out_of_lane.param.yaml +++ b/autoware_launch/config/planning/scenario_planning/lane_driving/behavior_planning/behavior_velocity_planner/out_of_lane.param.yaml @@ -28,6 +28,7 @@ strict: true # if true, when a decision is taken to avoid entering a lane, the stop point will make sure no lane at all is entered by ego # if false, ego stops just before entering a lane but may then be overlapping another lane. distance_buffer: 1.5 # [m] buffer distance to try to keep between the ego footprint and lane + min_duration: 1.0 # [s] minimum duration needed before a decision can be canceled slowdown: distance_threshold: 30.0 # [m] insert a slowdown when closer than this distance from an overlap velocity: 2.0 # [m/s] slowdown velocity