chore: update docs
Signed-off-by: Yu Asabe <yuasabe@g.ecc.u-tokyo.ac.jp>
This commit is contained in:
parent
6789c2f74d
commit
0a8d5b52c7
|
@ -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/)
|
|
@ -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.
|
||||
|
||||
|
|
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 |
|
@ -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
|
||||
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
.md-grid {
|
||||
max-width: 1920px;
|
||||
}
|
||||
}
|
||||
|
||||
img[alt~=diagram] { width: 60%; }
|
Loading…
Reference in New Issue