AutowareV2X/docs/installation/index.md

8 lines
657 B
Markdown
Raw Normal View History

2022-10-04 04:36:54 +00:00
# Installing AutowareV2X
AutowareV2X is used as an add-on module to the open-source autonomous driving stack called [Autoware](https://autowarefoundation.github.io/autoware-documentation/main/). Therefore, in order to properly use AutowareV2X, Autoware must first be installed on the system.
2022-10-18 06:01:53 +00:00
You can install AutowareV2X directly onto a PC through the [Source Installation](./source-installation.md) or use it as a Docker container through the [Docker Installation](./docker-installation.md).
2022-10-04 04:36:54 +00:00
2022-10-18 06:01:53 +00:00
!!! Note
In order to proceed with the [Tutorials](../tutorials/index.md), you will need to continue with the [Docker Installatioon](./docker-installation.md).