Helper struct used for internal_loadFromRangeScan3D_prepareOneRange()
#include <mrpt/slam/CPointsMap.h>
Public Member Functions | |
| TLaserRange3DInsertContext (const CObservation3DRangeScan &_rangeScan) | |
Public Attributes | |
| CMatrixDouble44 | HM |
| Homog matrix of the local sensor pose within the robot. | |
| const CObservation3DRangeScan & | rangeScan |
| 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. | |
| std::vector< float > | fVars |
| Extra variables to be used as desired by the derived class. | |
| std::vector< unsigned int > | uVars |
| std::vector< uint8_t > | bVars |
| mrpt::slam::CPointsMap::TLaserRange3DInsertContext::TLaserRange3DInsertContext | ( | const CObservation3DRangeScan & | _rangeScan | ) | [inline] |
Definition at line 100 of file CPointsMap.h.
Definition at line 107 of file CPointsMap.h.
Extra variables to be used as desired by the derived class.
Definition at line 105 of file CPointsMap.h.
Homog matrix of the local sensor pose within the robot.
Definition at line 102 of file CPointsMap.h.
Definition at line 103 of file CPointsMap.h.
Definition at line 104 of file CPointsMap.h.
Definition at line 104 of file CPointsMap.h.
In internal_loadFromRangeScan3D_prepareOneRange, these are the local coordinates of the scan points being inserted right now.
Definition at line 104 of file CPointsMap.h.
Definition at line 106 of file CPointsMap.h.
| Page generated by Doxygen 1.7.5 for MRPT 0.9.5 SVN: at Thu Oct 13 21:25:36 UTC 2011 |