From f31641b9464b3047a0a13d695cb72a9905689913 Mon Sep 17 00:00:00 2001 From: Mamoru Sobue Date: Mon, 2 Oct 2023 15:03:34 +0900 Subject: [PATCH] feat(intersection): aggressively peek into attention area if traffic light does not exist Signed-off-by: Mamoru Sobue --- .../behavior_velocity_planner/intersection.param.yaml | 3 +++ 1 file changed, 3 insertions(+) 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 8d002636c8..112db1679d 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 @@ -55,6 +55,9 @@ stop_release_margin_time: 1.5 # [s] temporal_stop_before_attention_area: false peeking_offset_absence_tl: 3.0 # [m] + absence_traffic_light: + creep_velocity: 1.388 # [m/s] + maximum_peeking_distance: 6.0 # [m] enable_rtc: intersection: true # If set to true, the scene modules require approval from the rtc (request to cooperate) function. If set to false, the modules can be executed without requiring rtc approval