Apollo 10.0
自动驾驶开放平台
|
#include <traffic_light.h>
Public 属性 | |
TLColor | color = TLColor::TL_UNKNOWN_COLOR |
double | confidence = 0.0 |
double | tracking_time = 0.0 |
bool | blink = false |
在文件 traffic_light.h 第 67 行定义.
bool apollo::perception::base::LightStatus::blink = false |
在文件 traffic_light.h 第 75 行定义.
TLColor apollo::perception::base::LightStatus::color = TLColor::TL_UNKNOWN_COLOR |
在文件 traffic_light.h 第 69 行定义.
double apollo::perception::base::LightStatus::confidence = 0.0 |
在文件 traffic_light.h 第 71 行定义.
double apollo::perception::base::LightStatus::tracking_time = 0.0 |
在文件 traffic_light.h 第 73 行定义.