Go to file
Tiago Garcia 1bb8d51f70
[FORGE] fix
Signed-off-by: Tiago Garcia <tiago.rgarcia@av.it.pt>
2024-10-28 11:20:08 +00:00
.github/workflows Add delpoy-docs workflow 2022-12-21 14:17:43 +09:00
cmake newer files 2021-10-28 06:56:21 +09:00
config [FORGE] test 2024-10-28 10:19:01 +00:00
db Add db placeholder 2022-04-01 15:33:00 +09:00
docs Update docs design page with new topic and function 2024-09-04 16:49:05 +01:00
include/autoware_v2x [FORGE] test 2024-10-28 10:19:01 +00:00
launch Fix memory issues when creating receiving ts_cam struct 2024-09-11 12:25:32 +01:00
src [FORGE] fix 2024-10-28 11:20:08 +00:00
.gitignore fix: gitignore 2022-10-18 15:02:16 +09:00
CMakeLists.txt [FORGE] test 2024-10-28 10:19:01 +00:00
Doxyfile Add doxyfile 2022-10-04 13:36:41 +09:00
README.md Update README.md 2023-07-14 11:16:40 +09:00
cyclonedds.xml Add setup and cyclonedds.xml 2022-10-30 20:55:50 +09:00
mkdocs.yaml fix: update mkdocs.yaml 2023-05-25 17:41:44 +09:00
package.xml Add receiver for CAMApplication 2024-09-02 16:34:13 +01:00
setup.sh Add setup and cyclonedds.xml 2022-10-30 20:55:50 +09:00

README.md

AutowareV2X

Collective_Perception_between_RSU_and_Vehicle_using_Autoware (2)

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 :

@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},
}

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

See the official documentation