From 7a66ecfc54c8ce95b7c2ec00da029b715932dde3 Mon Sep 17 00:00:00 2001 From: Kirill Mitkovskii Date: Sat, 23 Sep 2023 20:09:37 +0200 Subject: [PATCH] [service]: fix ros2 launch commands with the bridge and demo --- cli_tool/data/global_config.json | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/cli_tool/data/global_config.json b/cli_tool/data/global_config.json index b1982d7..d34c54e 100644 --- a/cli_tool/data/global_config.json +++ b/cli_tool/data/global_config.json @@ -4,7 +4,29 @@ "port": 8181 }, "action": { - "modules": [], + "modules": [ + { + "command": "ros2", + "parameters": [ + "launch", + "carla_autoware_bridge", + "carla_autoware_demo.launch.py", + "port:=3000", + "timeout:=5" + ] + }, + { + "command": "ros2", + "parameters": [ + "launch", + "carla_launch", + "e2e_simulator.launch.xml", + "map_path:=/home/robo/autoware_map/carla-town-1", + "vehicle_model:=carla_tesla_model3", + "sensor_model:=sample_sensor_kit" + ] + } + ], "simulators": [ { "command": "/home/robo/CARLA_0.9.12/CarlaUE4.sh",