diff --git a/README.md b/README.md index 339d946..85cfa13 100644 --- a/README.md +++ b/README.md @@ -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/) \ No newline at end of file diff --git a/docs/design/index.md b/docs/design/index.md index a245db8..b2d236a 100644 --- a/docs/design/index.md +++ b/docs/design/index.md @@ -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. diff --git a/docs/architecture.png b/docs/figs/architecture.png similarity index 100% rename from docs/architecture.png rename to docs/figs/architecture.png diff --git a/docs/figs/autowarev2x_architecture_v2.png b/docs/figs/autowarev2x_architecture_v2.png new file mode 100644 index 0000000..4e4fdbf Binary files /dev/null and b/docs/figs/autowarev2x_architecture_v2.png differ diff --git a/docs/figs/high-level-image-v4.png b/docs/figs/high-level-image-v4.png new file mode 100644 index 0000000..3edb6af Binary files /dev/null and b/docs/figs/high-level-image-v4.png differ diff --git a/docs/index.md b/docs/index.md index e63f048..41bca05 100644 --- a/docs/index.md +++ b/docs/index.md @@ -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 diff --git a/docs/stylesheets/extra.css b/docs/stylesheets/extra.css index 8081ac1..4a68c42 100644 --- a/docs/stylesheets/extra.css +++ b/docs/stylesheets/extra.css @@ -1,3 +1,5 @@ .md-grid { max-width: 1920px; -} \ No newline at end of file +} + +img[alt~=diagram] { width: 60%; } \ No newline at end of file