From 3842ce989ae2c499da9e8cdfd597109a94db381e Mon Sep 17 00:00:00 2001 From: Takayuki Murooka Date: Fri, 28 Apr 2023 23:28:08 +0900 Subject: [PATCH] feat(autoware_launch): add min_drivable_width Signed-off-by: Takayuki Murooka --- .../obstacle_avoidance_planner.param.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/autoware_launch/config/planning/scenario_planning/lane_driving/motion_planning/obstacle_avoidance_planner/obstacle_avoidance_planner.param.yaml b/autoware_launch/config/planning/scenario_planning/lane_driving/motion_planning/obstacle_avoidance_planner/obstacle_avoidance_planner.param.yaml index 01a8dfb483..6fc770d548 100644 --- a/autoware_launch/config/planning/scenario_planning/lane_driving/motion_planning/obstacle_avoidance_planner/obstacle_avoidance_planner.param.yaml +++ b/autoware_launch/config/planning/scenario_planning/lane_driving/motion_planning/obstacle_avoidance_planner/obstacle_avoidance_planner.param.yaml @@ -110,6 +110,7 @@ avoidance_cost_margin: 0.0 # [m] avoidance_cost_band_length: 5.0 # [m] avoidance_cost_decrease_rate: 0.05 # decreased cost per point interval + min_drivable_width: 0.2 # [m] The vehicle width and this parameter is supposed to be kept in the optimization's constraint weight: lat_error_weight: 0.0 # weight for lateral error