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: added autoware_carla_interface package in carla tutorial #593

Merged
merged 1 commit into from
Oct 15, 2024
Merged
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
Expand Up @@ -7,6 +7,13 @@

## Project lists (In alphabetical order)

## autoware_carla_interface

Autoware ROS package to enables communication between Autoware and CARLA simulator for autonomous driving simulation.
It is integrated in autoware.universe and actively maintained to stay compatible with the latest Autoware updates.

- Package Link and Tutorial: [autoware_carla_interface](https://github.com/autowarefoundation/autoware.universe/tree/main/simulator/autoware_carla_interface).

### carla_autoware_bridge

An addition package to `carla_ros_bridge` to connect CARLA simulator to Autoware Universe software.
Expand All @@ -21,13 +28,13 @@
- 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 31 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 34 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 39 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 40 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