53         unsigned int _port = 12002);
    92         float vrad, 
float hrad, 
float distance);
 A generic interface for a wide-variety of sensors designed to be used in the application RawLogGrabbe...
 
mrpt::poses::CPoint3D convertToCartesian(float vrad, float hrad, float distance)
 
double convertLayerToRad(int scanlayer)
 
void makeTypeCommand(unsigned char *buffer)
 
void makeStartCommand(unsigned char *buffer)
 
void makeCommandHeader(unsigned char *buffer)
 
double convertTicksToHRad(int hticks, int hticksPerRotation)
 
Contains classes for various device interfaces. 
 
~CIbeoLuxETH() override
Destructor. 
 
unsigned int lastScanNumber
 
mrpt::poses::CPose3D m_sensorPose
 
This "software driver" implements the communication protocol for interfacing a Ibeo Lux laser scanner...
 
CIbeoLuxETH(std::string _ip=std::string("10.152.36.93"), unsigned int _port=12002)
Constructor. 
 
This class allows loading and storing values and vectors of different types from a configuration text...
 
void loadConfig_sensorSpecific(const mrpt::config::CConfigFileBase &configSource, const std::string &iniSection) override
Load sensor pose on the robot, or keep the default sensor pose. 
 
void doProcess() override
This function acquire a laser scan from the device. 
 
void initialize() override
This method can or cannot be implemented in the derived class, depending on the need for it...
 
std::vector< mrpt::obs::CObservation3DRangeScan > m_observations
 
GLsizei const GLchar ** string
 
A class used to store a 3D point. 
 
#define DEFINE_GENERIC_SENSOR(class_name)
This declaration must be inserted in all CGenericSensor classes definition, within the class declarat...
 
std::thread dataCollectionThread
 
A class used to store a 3D pose (a 3D translation + a rotation in 3D). 
 
A TCP socket that can be connected to a TCP server, implementing MRPT's CStream interface for passing...
 
unsigned int curScanNumber
 
void makeStopCommand(unsigned char *buffer)
 
double distance(const TPoint2D &p1, const TPoint2D &p2)
Gets the distance between two points in a 2D space. 
 
mrpt::comms::CClientTCPSocket m_client
 
unsigned int m_scanFrequency