Apollo  6.0
Open source self driving car software
Public Member Functions | Public Attributes | List of all members
apollo::perception::base::SensorInfo Struct Reference

#include <sensor_meta.h>

Collaboration diagram for apollo::perception::base::SensorInfo:
Collaboration graph

Public Member Functions

void Reset ()
 

Public Attributes

std::string name = "UNKNONW_SENSOR"
 
SensorType type = SensorType::UNKNOWN_SENSOR_TYPE
 
SensorOrientation orientation = SensorOrientation::FRONT
 
std::string frame_id = "UNKNOWN_FRAME_ID"
 

Member Function Documentation

◆ Reset()

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

Member Data Documentation

◆ frame_id

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

◆ name

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

◆ orientation

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

◆ type

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

The documentation for this struct was generated from the following file: