Skip to content

Commit a504e47

Browse files
docs: add the carla simulator page under digital twin (#517)
* Add the page of listing Carla related project. Signed-off-by: ChenYing Kuo <evshary@gmail.com> * style(pre-commit): autofix * Fix CI issues. Signed-off-by: ChenYing Kuo <evshary@gmail.com> * Fix typos. Signed-off-by: ChenYing Kuo <evshary@gmail.com> * Add other bridge implementations Signed-off-by: ChenYing Kuo <evshary@gmail.com> * style(pre-commit): autofix --------- Signed-off-by: ChenYing Kuo <evshary@gmail.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent deab0c3 commit a504e47

2 files changed

Lines changed: 34 additions & 0 deletions

File tree

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
nav:
22
- awsim-tutorial.md
33
- MORAI_Sim-tutorial.md
4+
- carla-tutorial.md
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# CARLA simulator
2+
3+
[CARLA](https://carla.org) is a famous open-source simulator for the autonomous driving research.
4+
Now there is no official support to Autoware.universe, but some projects from communities support it.
5+
The document is to list these projects for anyone who wants to run Autoware with Carla.
6+
You can report issues to each project if there is any problem.
7+
8+
## Project lists (In alphabetical order)
9+
10+
### carla_autoware_bridge
11+
12+
An addition package to `carla_ros_bridge` to connect CARLA simulator to Autoware Universe software.
13+
14+
- Project Link: [carla_autoware_bridge](https://github.com/Robotics010/carla_autoware_bridge)
15+
- Tutorial: [https://github.com/Robotics010/carla_autoware_bridge/blob/master/getting-started.md](https://github.com/Robotics010/carla_autoware_bridge/blob/master/getting-started.md)
16+
17+
### open_planner
18+
19+
Integrated open source planner and related tools for autonomous navigation of autonomous vehicle and mobile robots
20+
21+
- Project Link: [open_planner](https://github.com/ZATiTech/open_planner/tree/humble)
22+
- Tutorial: [https://github.com/ZATiTech/open_planner/blob/humble/op_carla_bridge/README.md](https://github.com/ZATiTech/open_planner/blob/humble/op_carla_bridge/README.md)
23+
24+
### zenoh_carla_bridge
25+
26+
The project is mainly for controlling multiple vehicles in Carla.
27+
It uses [Zenoh](https://zenoh.io/) to bridge the Autoware and Carla and is able to distinguish different messages for different vehicles.
28+
Feel free to ask questions and report issues to [autoware_carla_launch](https://github.com/evshary/autoware_carla_launch).
29+
30+
- Project Link:
31+
- [autoware_carla_launch](https://github.com/evshary/autoware_carla_launch): Integrated environment to run the bridge and Autoware easily.
32+
- [zenoh_carla_bridge](https://github.com/evshary/zenoh_carla_bridge): The bridge implementation.
33+
- Tutorial: [Running Multiple Autoware-Powered Vehicles in Carla using Zenoh](https://autoware.org/running-multiple-autoware-powered-vehicles-in-carla-using-zenoh)

0 commit comments

Comments
 (0)