AutowareV2X/README.md

26 lines
1.2 KiB
Markdown
Raw Normal View History

2022-10-28 14:43:02 +00:00
# AutowareV2X
2023-07-14 02:16:40 +00:00
[![Collective_Perception_between_RSU_and_Vehicle_using_Autoware (2)](https://github-production-user-asset-6210df.s3.amazonaws.com/3140505/253303730-8662b65b-99af-4793-8c4c-62d457fc9e62.gif)](https://youtu.be/57fx3-gUNxU)
2023-07-13 03:23:52 +00:00
AutowareV2X is an open-source module that can be added onto the newest Autoware.universe to enable V2X communication. If you find this code useful in your research, please consider citing :
2023-04-18 01:24:29 +00:00
@inproceedings{Asabe2023b,
title = {AutowareV2X: Reliable V2X Communication and Collective Perception for Autonomous Driving},
author = {Yu Asabe and Ehsan Javanmardi and Jin Nakazato and Manabu Tsukada and Hiroshi Esaki},
year = {2023},
date = {2023-06-20},
booktitle = {The 2023 IEEE 97th Vehicular Technology Conference (VTC2023-Spring)},
address = {Florence, Italy},
}
2021-12-08 10:43:21 +00:00
2022-10-28 14:43:02 +00:00
It utilizes Vanetza as the protocol suite for ETSI C-ITS standards.
2021-12-08 10:43:21 +00:00
2023-07-13 03:23:52 +00:00
We have also provided a working example of a CPM application where Collective Perception Messages can be used to exchange perception information in Autoware.
2023-07-13 14:10:21 +00:00
2021-12-08 10:43:21 +00:00
![AutowareV2X Architecture](./docs/figs/autowarev2x_architecture_v2.png)
2022-10-28 14:48:30 +00:00
See the [official documentation](https://tlab-wide.github.io/AutowareV2X/)