Main MRPT website > C++ reference for MRPT 1.4.0
List of all members | Public Member Functions | Public Attributes
mrpt::obs::CObservationBeaconRanges::TMeasurement Struct Reference

Detailed Description

Each one of the measurements:

Definition at line 48 of file obs/CObservationBeaconRanges.h.

#include <mrpt/obs/CObservationBeaconRanges.h>

Public Member Functions

 TMeasurement ()
 

Public Attributes

mrpt::poses::CPoint3D sensorLocationOnRobot
 The position of the sensor on the robot. More...
 
float sensedDistance
 The sensed range itself (in meters). More...
 
int32_t beaconID
 The ID of the sensed beacon (or INVALID_BEACON_ID) More...
 

Constructor & Destructor Documentation

mrpt::obs::CObservationBeaconRanges::TMeasurement::TMeasurement ( )
inline

Definition at line 50 of file obs/CObservationBeaconRanges.h.

Member Data Documentation

int32_t mrpt::obs::CObservationBeaconRanges::TMeasurement::beaconID

The ID of the sensed beacon (or INVALID_BEACON_ID)

Definition at line 63 of file obs/CObservationBeaconRanges.h.

float mrpt::obs::CObservationBeaconRanges::TMeasurement::sensedDistance

The sensed range itself (in meters).

Definition at line 59 of file obs/CObservationBeaconRanges.h.

mrpt::poses::CPoint3D mrpt::obs::CObservationBeaconRanges::TMeasurement::sensorLocationOnRobot

The position of the sensor on the robot.

Definition at line 55 of file obs/CObservationBeaconRanges.h.




Page generated by Doxygen 1.8.11 for MRPT 1.4.0 SVN:Unversioned directory at Tue Jun 28 11:46:25 UTC 2016