#include <mrpt/slam/CObservationBearingRange.h>
Public Attributes | |
float | range |
The sensed landmark distance, in meters. | |
float | yaw |
The sensed landmark direction, in radians, measured as the yaw (azimuth) and pitch (negative elevation). | |
float | pitch |
int32_t | landmarkID |
The ID of the sensed beacon, or INVALID_LANDMARK_ID (-1) if the sensor does not identify the landmark. |
Definition at line 72 of file CObservationBearingRange.h.
The ID of the sensed beacon, or INVALID_LANDMARK_ID (-1) if the sensor does not identify the landmark.
Definition at line 85 of file CObservationBearingRange.h.
Definition at line 81 of file CObservationBearingRange.h.
The sensed landmark direction, in radians, measured as the yaw (azimuth) and pitch (negative elevation).
See mrpt::poses::CPose3D for a definition of the 3D angles.
Definition at line 81 of file CObservationBearingRange.h.
Page generated by Doxygen 1.5.9 for MRPT 0.7.1 SVN: at Mon Aug 17 22:20:53 EDT 2009 |