AutowareV2X/docs/index.md

18 lines
911 B
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.
2022-10-18 06:01:53 +00:00
![AutowareV2X Architecture](./architecture.png)
2022-10-04 04:36:54 +00:00
## Getting started
- [Installation](/installation) pages explain the installation steps of AutowareV2X and its prerequisites.
- [Tutorials](/tutorials) pages provide several tutorials to follow after installation.
- [Design](/design) pages explain the design concept and architecture of AutowareV2X.
- [Support](/support) pages are the place to go if you need additional help.