Each one of the measurements.
Definition at line 38 of file obs/CObservation6DFeatures.h.
#include <mrpt/obs/CObservation6DFeatures.h>
Public Member Functions | |
TMeasurement () | |
Ctor with default values. | |
Public Attributes | |
mrpt::poses::CPose3D | pose |
The observed feature SE(3) pose with respect to the sensor. | |
int32_t | id |
The feature ID, or INVALID_LANDMARK_ID if unidentified (default) | |
mrpt::math::CMatrixDouble66 | inf_matrix |
The inverse of the observation covariance matrix (default:all zeros) | |
mrpt::obs::CObservation6DFeatures::TMeasurement::TMeasurement | ( | ) |
Ctor with default values.
int32_t mrpt::obs::CObservation6DFeatures::TMeasurement::id |
The feature ID, or INVALID_LANDMARK_ID if unidentified (default)
Definition at line 41 of file obs/CObservation6DFeatures.h.
mrpt::math::CMatrixDouble66 mrpt::obs::CObservation6DFeatures::TMeasurement::inf_matrix |
The inverse of the observation covariance matrix (default:all zeros)
Definition at line 42 of file obs/CObservation6DFeatures.h.
mrpt::poses::CPose3D mrpt::obs::CObservation6DFeatures::TMeasurement::pose |
The observed feature SE(3) pose with respect to the sensor.
Definition at line 40 of file obs/CObservation6DFeatures.h.
Page generated by Doxygen 1.9.7 for MRPT 1.4.0 SVN: at Tue Jun 13 14:27:49 UTC 2023 |