From a2708b8c305ad2db741c6133fa474bac700ccf68 Mon Sep 17 00:00:00 2001 From: TetsuKawa Date: Fri, 6 Dec 2024 14:39:03 +0900 Subject: [PATCH] feat: change node launch to autoware_launch Signed-off-by: TetsuKawa --- .../launch/control.launch.py | 2 +- .../launch/system.launch.xml | 33 +------------------ 2 files changed, 2 insertions(+), 33 deletions(-) diff --git a/launch/tier4_control_launch/launch/control.launch.py b/launch/tier4_control_launch/launch/control.launch.py index 1b8dd2b74c695..b8b8e347ad32b 100644 --- a/launch/tier4_control_launch/launch/control.launch.py +++ b/launch/tier4_control_launch/launch/control.launch.py @@ -31,7 +31,7 @@ import yaml def get_control_cmd_topic(context): - is_redundant = LaunchConfiguration('is_redundant').perform(context) + is_redundant = LaunchConfiguration('launch_redundancy_system_components').perform(context) system_run_mode = LaunchConfiguration('system_run_mode').perform(context) if is_redundant.lower() == 'true' and system_run_mode.lower() == 'planning_simulation': diff --git a/launch/tier4_system_launch/launch/system.launch.xml b/launch/tier4_system_launch/launch/system.launch.xml index b3472c9532920..a6e62f9911270 100644 --- a/launch/tier4_system_launch/launch/system.launch.xml +++ b/launch/tier4_system_launch/launch/system.launch.xml @@ -40,9 +40,6 @@ - - - @@ -133,34 +130,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -179,4 +148,4 @@ - \ No newline at end of file +