Main MRPT website > C++ reference for MRPT 1.4.0
List of all members | Public Member Functions | Public Attributes
mrpt::maps::CPointsMap::TLaserRange3DInsertContext Struct Reference

Detailed Description

Helper struct used for internal_loadFromRangeScan3D_prepareOneRange()

Definition at line 80 of file maps/CPointsMap.h.

#include <mrpt/maps/CPointsMap.h>

Public Member Functions

 TLaserRange3DInsertContext (const mrpt::obs::CObservation3DRangeScan &_rangeScan)
 

Public Attributes

mrpt::math::CMatrixDouble44 HM
 Homog matrix of the local sensor pose within the robot. More...
 
const mrpt::obs::CObservation3DRangeScanrangeScan
 
float scan_x
 
float scan_y
 
float scan_z
 In internal_loadFromRangeScan3D_prepareOneRange, these are the local coordinates of the scan points being inserted right now. More...
 
std::vector< float > fVars
 Extra variables to be used as desired by the derived class. More...
 
std::vector< unsigned int > uVars
 
std::vector< uint8_t > bVars
 

Constructor & Destructor Documentation

◆ TLaserRange3DInsertContext()

mrpt::maps::CPointsMap::TLaserRange3DInsertContext::TLaserRange3DInsertContext ( const mrpt::obs::CObservation3DRangeScan _rangeScan)
inline

Definition at line 81 of file maps/CPointsMap.h.

Member Data Documentation

◆ bVars

std::vector<uint8_t> mrpt::maps::CPointsMap::TLaserRange3DInsertContext::bVars

Definition at line 88 of file maps/CPointsMap.h.

◆ fVars

std::vector<float> mrpt::maps::CPointsMap::TLaserRange3DInsertContext::fVars

Extra variables to be used as desired by the derived class.

Definition at line 86 of file maps/CPointsMap.h.

◆ HM

mrpt::math::CMatrixDouble44 mrpt::maps::CPointsMap::TLaserRange3DInsertContext::HM

Homog matrix of the local sensor pose within the robot.

Definition at line 83 of file maps/CPointsMap.h.

◆ rangeScan

const mrpt::obs::CObservation3DRangeScan& mrpt::maps::CPointsMap::TLaserRange3DInsertContext::rangeScan

Definition at line 84 of file maps/CPointsMap.h.

◆ scan_x

float mrpt::maps::CPointsMap::TLaserRange3DInsertContext::scan_x

Definition at line 85 of file maps/CPointsMap.h.

◆ scan_y

float mrpt::maps::CPointsMap::TLaserRange3DInsertContext::scan_y

Definition at line 85 of file maps/CPointsMap.h.

◆ scan_z

float mrpt::maps::CPointsMap::TLaserRange3DInsertContext::scan_z

In internal_loadFromRangeScan3D_prepareOneRange, these are the local coordinates of the scan points being inserted right now.

Definition at line 85 of file maps/CPointsMap.h.

◆ uVars

std::vector<unsigned int> mrpt::maps::CPointsMap::TLaserRange3DInsertContext::uVars

Definition at line 87 of file maps/CPointsMap.h.




Page generated by Doxygen 1.9.1 for MRPT 1.4.0 SVN: at Sat Jan 30 21:34:41 UTC 2021