Skip to content

Commit

Permalink
[service]: fix ros2 launch commands with the bridge and demo
Browse files Browse the repository at this point in the history
  • Loading branch information
Robotics010 committed Sep 23, 2023
1 parent b168c83 commit 7a66ecf
Showing 1 changed file with 23 additions and 1 deletion.
24 changes: 23 additions & 1 deletion cli_tool/data/global_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 7a66ecf

Please sign in to comment.