Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: add the carla simulator page under digital twin #517

Merged
merged 7 commits into from
Mar 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
nav:
- awsim-tutorial.md
- MORAI_Sim-tutorial.md
- carla-tutorial.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# CARLA simulator

[CARLA](https://carla.org) is a famous open-source simulator for the autonomous driving research.
Now there is no official support to Autoware.universe, but some projects from communities support it.
The document is to list these projects for anyone who wants to run Autoware with Carla.
You can report issues to each project if there is any problem.

## Project lists (In alphabetical order)

### carla_autoware_bridge

An addition package to `carla_ros_bridge` to connect CARLA simulator to Autoware Universe software.

- Project Link: [carla_autoware_bridge](https://github.com/Robotics010/carla_autoware_bridge)
- 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)

### open_planner

Integrated open source planner and related tools for autonomous navigation of autonomous vehicle and mobile robots

- Project Link: [open_planner](https://github.com/ZATiTech/open_planner/tree/humble)
- 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)

### zenoh_carla_bridge

Check warning on line 24 in docs/tutorials/ad-hoc-simulation/digital-twin-simulation/carla-tutorial.md

View workflow job for this annotation

GitHub Actions / spell-check-differential

Unknown word (zenoh)

The project is mainly for controlling multiple vehicles in Carla.
It uses [Zenoh](https://zenoh.io/) to bridge the Autoware and Carla and is able to distinguish different messages for different vehicles.

Check warning on line 27 in docs/tutorials/ad-hoc-simulation/digital-twin-simulation/carla-tutorial.md

View workflow job for this annotation

GitHub Actions / spell-check-differential

Unknown word (Zenoh)
Feel free to ask questions and report issues to [autoware_carla_launch](https://github.com/evshary/autoware_carla_launch).

- Project Link:
- [autoware_carla_launch](https://github.com/evshary/autoware_carla_launch): Integrated environment to run the bridge and Autoware easily.
- [zenoh_carla_bridge](https://github.com/evshary/zenoh_carla_bridge): The bridge implementation.

Check warning on line 32 in docs/tutorials/ad-hoc-simulation/digital-twin-simulation/carla-tutorial.md

View workflow job for this annotation

GitHub Actions / spell-check-differential

Unknown word (zenoh)
- Tutorial: [Running Multiple Autoware-Powered Vehicles in Carla using Zenoh](https://autoware.org/running-multiple-autoware-powered-vehicles-in-carla-using-zenoh)

Check warning on line 33 in docs/tutorials/ad-hoc-simulation/digital-twin-simulation/carla-tutorial.md

View workflow job for this annotation

GitHub Actions / spell-check-differential

Unknown word (Zenoh)
Loading