From 7826a05a9840f16aae017acf8efc3d979cfc98cf Mon Sep 17 00:00:00 2001 From: Berkay Karaman Date: Wed, 2 Nov 2022 13:06:36 +0300 Subject: [PATCH] feat(autoware_launch): add controller mode options to launch file Signed-off-by: Berkay Karaman --- autoware_launch/launch/autoware.launch.xml | 5 ++++- autoware_launch/launch/e2e_simulator.launch.xml | 4 ++++ autoware_launch/launch/logging_simulator.launch.xml | 4 ++++ autoware_launch/launch/planning_simulator.launch.xml | 4 ++++ 4 files changed, 16 insertions(+), 1 deletion(-) diff --git a/autoware_launch/launch/autoware.launch.xml b/autoware_launch/launch/autoware.launch.xml index 20eaebe399..f47f3e02fe 100644 --- a/autoware_launch/launch/autoware.launch.xml +++ b/autoware_launch/launch/autoware.launch.xml @@ -28,6 +28,8 @@ + + @@ -119,7 +121,8 @@ - + + diff --git a/autoware_launch/launch/e2e_simulator.launch.xml b/autoware_launch/launch/e2e_simulator.launch.xml index bf9c813fab..e0d1244f2d 100644 --- a/autoware_launch/launch/e2e_simulator.launch.xml +++ b/autoware_launch/launch/e2e_simulator.launch.xml @@ -20,6 +20,8 @@ + + @@ -49,6 +51,8 @@ + + diff --git a/autoware_launch/launch/logging_simulator.launch.xml b/autoware_launch/launch/logging_simulator.launch.xml index 5533cd38f9..4f359c675f 100644 --- a/autoware_launch/launch/logging_simulator.launch.xml +++ b/autoware_launch/launch/logging_simulator.launch.xml @@ -26,6 +26,8 @@ + + @@ -61,6 +63,8 @@ + + diff --git a/autoware_launch/launch/planning_simulator.launch.xml b/autoware_launch/launch/planning_simulator.launch.xml index 2f4894fd9a..98278fb4ec 100644 --- a/autoware_launch/launch/planning_simulator.launch.xml +++ b/autoware_launch/launch/planning_simulator.launch.xml @@ -11,6 +11,8 @@ + + @@ -51,6 +53,8 @@ + +