Apollo 10.0
自动驾驶开放平台
|
Public 类型 | |
enum | V2XType { NONE = 0 , ZOMBIES_CAR = 1 , BLIND_ZONE = 2 } |
Public 属性 | |
repeated V2XType | v2x_type = 1 |
optional Point | traffic_event_start = 3 |
optional Point | traffic_event_start_error = 4 |
optional Point | traffic_event_end = 5 |
optional Point | traffic_event_end_error = 6 |
optional AbnormalInformation | abnormal_info = 7 |
在文件 v2x_obstacles.proto 第 27 行定义.
枚举值 | |
---|---|
NONE | |
ZOMBIES_CAR | |
BLIND_ZONE |
在文件 v2x_obstacles.proto 第 28 行定义.
optional AbnormalInformation apollo::v2x::V2XInformation::abnormal_info = 7 |
在文件 v2x_obstacles.proto 第 38 行定义.
optional Point apollo::v2x::V2XInformation::traffic_event_end = 5 |
在文件 v2x_obstacles.proto 第 36 行定义.
optional Point apollo::v2x::V2XInformation::traffic_event_end_error = 6 |
在文件 v2x_obstacles.proto 第 37 行定义.
optional Point apollo::v2x::V2XInformation::traffic_event_start = 3 |
在文件 v2x_obstacles.proto 第 34 行定义.
optional Point apollo::v2x::V2XInformation::traffic_event_start_error = 4 |
在文件 v2x_obstacles.proto 第 35 行定义.
repeated V2XType apollo::v2x::V2XInformation::v2x_type = 1 |
在文件 v2x_obstacles.proto 第 33 行定义.