Apollo 10.0
自动驾驶开放平台
|
#include <vehicle_struct.h>
Public 成员函数 | |
void | Reset () |
Public 属性 | |
float | brake_visible = 0.0f |
float | brake_switch_on = 0.0f |
float | left_turn_visible = 0.0f |
float | left_turn_switch_on = 0.0f |
float | right_turn_visible = 0.0f |
float | right_turn_switch_on = 0.0f |
在文件 vehicle_struct.h 第 22 行定义.
|
inline |
在文件 vehicle_struct.h 第 30 行定义.
float apollo::perception::base::CarLight::brake_switch_on = 0.0f |
在文件 vehicle_struct.h 第 24 行定义.
float apollo::perception::base::CarLight::brake_visible = 0.0f |
在文件 vehicle_struct.h 第 23 行定义.
float apollo::perception::base::CarLight::left_turn_switch_on = 0.0f |
在文件 vehicle_struct.h 第 26 行定义.
float apollo::perception::base::CarLight::left_turn_visible = 0.0f |
在文件 vehicle_struct.h 第 25 行定义.
float apollo::perception::base::CarLight::right_turn_switch_on = 0.0f |
在文件 vehicle_struct.h 第 28 行定义.
float apollo::perception::base::CarLight::right_turn_visible = 0.0f |
在文件 vehicle_struct.h 第 27 行定义.