Back to Apollo

v2x

modules/v2x/README.md

11.0.01.8 KB
Original Source

v2x

Introduction

V2X, known as Vehicle to Everything, i.e., the exchange of information from the vehicle to the outside world. Simply put, the vehicle can analyze real-time traffic information, automatically choose the best driving route, improve the efficiency of access; in addition, it can also sense the surrounding environment, make rapid adjustments to improve driving safety.

Directory Structure

shell
modules/v2x/
├── BUILD
├── common          // gflags
├── conf
├── cyberfile.xml
├── dag
├── data
├── fusion
├── launch
├── proto
├── README.md
└── v2x_proxy

Input

NameTypeDescription
msgapollo::localization::LocalizationEstimatelocalization msg
msgapollo::perception::PerceptionObstaclesperception obstacles
msgapollo::v2x::V2XObstaclesv2x obstacles

Output

NameTypeDescription
msgapollo::perception::PerceptionObstaclesperception obstacles

configs

file pathtype / structDescription
modules/v2x/conf/v2x_fusion_tracker.confgflags-
modules/v2x/conf/v2x.confgflags-

How to Launch

bash
cyber_launch start modules/v2x/launch/v2x.launch