Merge pull request #22 from tlab-wide/chore/update_docs

chore: update docs
This commit is contained in:
Yu Asabe 2022-11-24 18:59:09 +09:00 committed by GitHub
commit 56989f5bd9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 10 additions and 4 deletions

View File

@ -6,6 +6,6 @@ It utilizes 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](./docs/architecture.png)
![AutowareV2X Architecture](./docs/figs/autowarev2x_architecture_v2.png)
See the [official documentation](https://tlab-wide.github.io/AutowareV2X/)

View File

@ -5,7 +5,7 @@
A V2X communication software stack called [Vanetza](https://github.com/riebl/vanetza) is integrated into the standalone autonomous driving software stack, [Autoware](https://github.com/autowarefoundation/autoware). The V2X stack and the autonomous driving stack can be decoupled, allowing other applications to utilize the V2X router as well. A high-level overview of the architecture is shown below.
![AutowareV2X Architecture](../architecture.png)
![AutowareV2X Architecture diagram](../figs/autowarev2x_architecture_v2.png)
Autoware is responsible for the perception task, while AutowareV2X manages the transmission and reception of messages over the V2X channel. Services that are necessary for the integration of Vanetza into Autoware were newly developed.

View File

Before

Width:  |  Height:  |  Size: 67 KiB

After

Width:  |  Height:  |  Size: 67 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 691 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 MiB

View File

@ -8,7 +8,11 @@ It utilizes [Vanetza](https://github.com/riebl/vanetza) as the protocol suite fo
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)
![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)
## Getting started

View File

@ -1,3 +1,5 @@
.md-grid {
max-width: 1920px;
}
}
img[alt~=diagram] { width: 60%; }