AutowareV2X/docs/index.md

22 lines
1.1 KiB
Markdown
Raw Normal View History

2022-10-04 04:36:54 +00:00
# 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 diagram](./figs/autowarev2x_architecture_v2.png)
AutowareV2X can be used in various V2X scenarios across different radio access channels.
![High Level V2X Image diagram](./figs/high-level-image-v4.png)
2022-10-18 06:01:53 +00:00
2022-10-04 04:36:54 +00:00
## Getting started
2022-11-03 07:43:36 +00:00
- [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.