Apollo 10.0
自动驾驶开放平台
|
#include <sensor_meta.h>
Public 成员函数 | |
void | Reset () |
Public 属性 | |
std::string | name = "UNKNONW_SENSOR" |
SensorType | type = SensorType::UNKNOWN_SENSOR_TYPE |
SensorOrientation | orientation = SensorOrientation::FRONT |
std::string | frame_id = "UNKNOWN_FRAME_ID" |
bool | is_main_sensor = false |
在文件 sensor_meta.h 第 57 行定义.
|
inline |
在文件 sensor_meta.h 第 64 行定义.
std::string apollo::perception::base::SensorInfo::frame_id = "UNKNOWN_FRAME_ID" |
在文件 sensor_meta.h 第 61 行定义.
bool apollo::perception::base::SensorInfo::is_main_sensor = false |
在文件 sensor_meta.h 第 62 行定义.
std::string apollo::perception::base::SensorInfo::name = "UNKNONW_SENSOR" |
在文件 sensor_meta.h 第 58 行定义.
SensorOrientation apollo::perception::base::SensorInfo::orientation = SensorOrientation::FRONT |
在文件 sensor_meta.h 第 60 行定义.
SensorType apollo::perception::base::SensorInfo::type = SensorType::UNKNOWN_SENSOR_TYPE |
在文件 sensor_meta.h 第 59 行定义.