Definition at line 46 of file CObservationRange.h.
#include <mrpt/slam/CObservationRange.h>
Public Member Functions | |
| TMeasurement () | |
Public Attributes | |
| uint16_t | sensorID |
| Some kind of sensor ID which identifies it on the bus (if applicable, 0 otherwise) More... | |
| math::TPose3D | sensorPose |
| The 6D position of the sensor on the robot. More... | |
| float | sensedDistance |
| The measured range, in meters (or a value of 0 if there was no detected echo). More... | |
|
inline |
Definition at line 48 of file CObservationRange.h.
| float mrpt::slam::CObservationRange::TMeasurement::sensedDistance |
The measured range, in meters (or a value of 0 if there was no detected echo).
Definition at line 61 of file CObservationRange.h.
| uint16_t mrpt::slam::CObservationRange::TMeasurement::sensorID |
Some kind of sensor ID which identifies it on the bus (if applicable, 0 otherwise)
Definition at line 53 of file CObservationRange.h.
| math::TPose3D mrpt::slam::CObservationRange::TMeasurement::sensorPose |
The 6D position of the sensor on the robot.
Definition at line 57 of file CObservationRange.h.
| Page generated by Doxygen 1.8.8 for MRPT 1.2.2 SVN:Unversioned directory at Tue Oct 14 02:14:08 UTC 2014 |