diff --git a/autoware_launch/config/planning/scenario_planning/lane_driving/behavior_planning/behavior_velocity_planner/intersection.param.yaml b/autoware_launch/config/planning/scenario_planning/lane_driving/behavior_planning/behavior_velocity_planner/intersection.param.yaml index d39c97ac47..6455321c51 100644 --- a/autoware_launch/config/planning/scenario_planning/lane_driving/behavior_planning/behavior_velocity_planner/intersection.param.yaml +++ b/autoware_launch/config/planning/scenario_planning/lane_driving/behavior_planning/behavior_velocity_planner/intersection.param.yaml @@ -62,6 +62,7 @@ bicycle: true unknown: false velocity_profile: + ego_ttc_method: "1st_order_forward_acceleration" # 1st_order_forward_veocity(default), 1st_order_central_veocity, 1st_order_central_acceleration use_upstream: true minimum_upstream_velocity: 0.01 default_velocity: 2.778 @@ -75,6 +76,7 @@ not_prioritized: collision_start_margin_time: 3.0 collision_end_margin_time: 2.0 + passthrough_distance_margin_for_preemptive_start: 10.0 yield_on_green_traffic_light: distance_to_assigned_lanelet_start: 10.0 duration: 3.0