diff --git a/autoware_launch/config/planning/scenario_planning/lane_driving/behavior_planning/behavior_path_planner/sampling_planner/sampling_planner.param.yaml b/autoware_launch/config/planning/scenario_planning/lane_driving/behavior_planning/behavior_path_planner/sampling_planner/sampling_planner.param.yaml index e8d823a43b..791cb19ccc 100644 --- a/autoware_launch/config/planning/scenario_planning/lane_driving/behavior_planning/behavior_path_planner/sampling_planner/sampling_planner.param.yaml +++ b/autoware_launch/config/planning/scenario_planning/lane_driving/behavior_planning/behavior_path_planner/sampling_planner/sampling_planner.param.yaml @@ -18,7 +18,7 @@ soft: lateral_deviation_weight: 1.0 # cost weight for lateral deviation between the end of a sampled path and the reference path length_weight: 1.0 # cost weight for the length of a sampled path - curvature_weight: 1.2 # cost weight for the curvature of a sampled path + curvature_weight: 2000.0 # cost weight for the curvature of a sampled path sampling: enable_frenet: True enable_bezier: False