From cdcec89762587017b677b5b164791c59678a639c Mon Sep 17 00:00:00 2001 From: TakumiKozaka-T4 Date: Wed, 27 Apr 2022 09:29:36 +0900 Subject: [PATCH] Modify files including unintended change by rebase Signed-off-by: TakumiKozaka-T4 --- .../behavior_velocity_planner.launch.xml | 23 ------------------- .../virtual_traffic_light/scene.cpp | 4 +--- 2 files changed, 1 insertion(+), 26 deletions(-) diff --git a/planning/behavior_velocity_planner/launch/behavior_velocity_planner.launch.xml b/planning/behavior_velocity_planner/launch/behavior_velocity_planner.launch.xml index 995910c72db16..140ce5836c792 100644 --- a/planning/behavior_velocity_planner/launch/behavior_velocity_planner.launch.xml +++ b/planning/behavior_velocity_planner/launch/behavior_velocity_planner.launch.xml @@ -37,25 +37,6 @@ -<<<<<<< HEAD -======= -<<<<<<< HEAD - - - - - - - - - - - - - - -======= ->>>>>>> (editting) add stop reason2 to scene modules @@ -71,10 +52,6 @@ -<<<<<<< HEAD -======= ->>>>>>> (editting) add stop reason2 to scene modules ->>>>>>> (editting) add stop reason2 to scene modules diff --git a/planning/behavior_velocity_planner/src/scene_module/virtual_traffic_light/scene.cpp b/planning/behavior_velocity_planner/src/scene_module/virtual_traffic_light/scene.cpp index 7dac3a0cc3029..ebab543eaab87 100644 --- a/planning/behavior_velocity_planner/src/scene_module/virtual_traffic_light/scene.cpp +++ b/planning/behavior_velocity_planner/src/scene_module/virtual_traffic_light/scene.cpp @@ -362,9 +362,7 @@ bool VirtualTrafficLightModule::modifyPathVelocity( if (command_.type == "intersection_coordination") { *stop_reason_2 = planning_utils::initializeStopReason2( tier4_planning_msgs::msg::StopReason2::INTERSECTION_COORDINATION); - } - // The name "eva_beacon_system" should be changed because of its project specific name - else if (command_.type == "eva_beacon_system") { + } else if (command_.type == "eva_beacon_system") { *stop_reason_2 = planning_utils::initializeStopReason2( tier4_planning_msgs::msg::StopReason2::EVA_BEACON_SYSTEM); } else {