Apollo 10.0
自动驾驶开放平台
apollo::perception::base::SensorInfo结构体 参考

#include <sensor_meta.h>

apollo::perception::base::SensorInfo 的协作图:

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.h57 行定义.

成员函数说明

◆ Reset()

void apollo::perception::base::SensorInfo::Reset ( )
inline

类成员变量说明

◆ frame_id

std::string apollo::perception::base::SensorInfo::frame_id = "UNKNOWN_FRAME_ID"

在文件 sensor_meta.h61 行定义.

◆ is_main_sensor

bool apollo::perception::base::SensorInfo::is_main_sensor = false

在文件 sensor_meta.h62 行定义.

◆ name

std::string apollo::perception::base::SensorInfo::name = "UNKNONW_SENSOR"

在文件 sensor_meta.h58 行定义.

◆ orientation

SensorOrientation apollo::perception::base::SensorInfo::orientation = SensorOrientation::FRONT

在文件 sensor_meta.h60 行定义.

◆ type

SensorType apollo::perception::base::SensorInfo::type = SensorType::UNKNOWN_SENSOR_TYPE

在文件 sensor_meta.h59 行定义.


该结构体的文档由以下文件生成: