AutowareV2X/docs/index.md

18 lines
951 B
Markdown

# AutowareV2X Documentation
## About AutowareV2X
AutowareV2X is an open-source module that can be added onto the newest [Autoware.universe](https://github.com/autowarefoundation/autoware) to enable V2X communication.
It utilizes [Vanetza](https://github.com/riebl/vanetza) as the protocol suite for ETSI C-ITS standards.
We have also provided a working example of a CPM application, where Collective Perception Messages can be used to exchange perception information in Autoware.
![AutowareV2X Architecture](./architecture.png)
## Getting started
- [Installation](./installation/index.md) pages explain the installation steps of AutowareV2X and its prerequisites.
- [Tutorials](./tutorials/index.md) pages provide several tutorials to follow after installation.
- [Design](./design/index.md) pages explain the design concept and architecture of AutowareV2X.
- [Support](./support/index.md) pages are the place to go if you need additional help.