diff --git a/autoware_launch/config/planning/scenario_planning/common/motion_velocity_smoother/motion_velocity_smoother.param.yaml b/autoware_launch/config/planning/scenario_planning/common/motion_velocity_smoother/motion_velocity_smoother.param.yaml index e600334ee2..868b1bd15c 100644 --- a/autoware_launch/config/planning/scenario_planning/common/motion_velocity_smoother/motion_velocity_smoother.param.yaml +++ b/autoware_launch/config/planning/scenario_planning/common/motion_velocity_smoother/motion_velocity_smoother.param.yaml @@ -56,3 +56,5 @@ # system over_stop_velocity_warn_thr: 1.389 # used to check if the optimization exceeds the input velocity on the stop point + + plan_from_ego_speed_on_manual_mode: true # planning is done from ego velocity/acceleration on MANUAL mode. This should be true for smooth transition from MANUAL to AUTONOMOUS, but could be false for debugging. diff --git a/autoware_launch/config/planning/scenario_planning/lane_driving/behavior_planning/behavior_path_planner/avoidance/avoidance.param.yaml b/autoware_launch/config/planning/scenario_planning/lane_driving/behavior_planning/behavior_path_planner/avoidance/avoidance.param.yaml index 1e3b5bec1e..4b8b514a5f 100644 --- a/autoware_launch/config/planning/scenario_planning/lane_driving/behavior_planning/behavior_path_planner/avoidance/avoidance.param.yaml +++ b/autoware_launch/config/planning/scenario_planning/lane_driving/behavior_planning/behavior_path_planner/avoidance/avoidance.param.yaml @@ -28,45 +28,55 @@ # avoidance is performed for the object type with true target_object: car: - enable: true - envelope_buffer_margin: 0.3 - safety_buffer_lateral: 0.7 - safety_buffer_longitudinal: 0.0 + enable: true # [-] + max_expand_ratio: 0.0 # [-] + envelope_buffer_margin: 0.3 # [m] + safety_buffer_lateral: 0.7 # [m] + safety_buffer_longitudinal: 0.0 # [m] truck: enable: true + max_expand_ratio: 0.0 envelope_buffer_margin: 0.3 safety_buffer_lateral: 0.7 safety_buffer_longitudinal: 0.0 bus: enable: true + max_expand_ratio: 0.0 envelope_buffer_margin: 0.3 safety_buffer_lateral: 0.7 safety_buffer_longitudinal: 0.0 trailer: enable: true + max_expand_ratio: 0.0 envelope_buffer_margin: 0.3 safety_buffer_lateral: 0.7 safety_buffer_longitudinal: 0.0 unknown: enable: false + max_expand_ratio: 0.0 envelope_buffer_margin: 0.3 safety_buffer_lateral: 0.7 safety_buffer_longitudinal: 0.0 bicycle: enable: false + max_expand_ratio: 0.0 envelope_buffer_margin: 0.8 safety_buffer_lateral: 1.0 safety_buffer_longitudinal: 1.0 motorcycle: enable: false + max_expand_ratio: 0.0 envelope_buffer_margin: 0.8 safety_buffer_lateral: 1.0 safety_buffer_longitudinal: 1.0 pedestrian: enable: false + max_expand_ratio: 0.0 envelope_buffer_margin: 0.8 safety_buffer_lateral: 1.0 safety_buffer_longitudinal: 1.0 + lower_distance_for_polygon_expansion: 30.0 # [m] + upper_distance_for_polygon_expansion: 100.0 # [m] # For target object filtering target_filtering: