Information for data-association:
Definition at line 145 of file CRangeBearingKFSLAM2D.h.
#include <mrpt/slam/CRangeBearingKFSLAM2D.h>
Public Member Functions | |
TDataAssocInfo () | |
void | clear () |
Public Attributes | |
mrpt::math::CMatrixTemplateNumeric< kftype > | Y_pred_means |
mrpt::math::CMatrixTemplateNumeric< kftype > | Y_pred_covs |
mrpt::vector_size_t | predictions_IDs |
std::map< size_t, size_t > | newly_inserted_landmarks |
Map from the 0-based index within the last observation and the landmark 0-based index in the map (the robot-map state vector) Only used for stats and so. More... | |
TDataAssociationResults | results |
|
inline |
Definition at line 147 of file CRangeBearingKFSLAM2D.h.
|
inline |
Definition at line 153 of file CRangeBearingKFSLAM2D.h.
std::map<size_t,size_t> mrpt::slam::CRangeBearingKFSLAM2D::TDataAssocInfo::newly_inserted_landmarks |
Map from the 0-based index within the last observation and the landmark 0-based index in the map (the robot-map state vector) Only used for stats and so.
Definition at line 165 of file CRangeBearingKFSLAM2D.h.
mrpt::vector_size_t mrpt::slam::CRangeBearingKFSLAM2D::TDataAssocInfo::predictions_IDs |
Definition at line 161 of file CRangeBearingKFSLAM2D.h.
TDataAssociationResults mrpt::slam::CRangeBearingKFSLAM2D::TDataAssocInfo::results |
Definition at line 168 of file CRangeBearingKFSLAM2D.h.
mrpt::math::CMatrixTemplateNumeric<kftype> mrpt::slam::CRangeBearingKFSLAM2D::TDataAssocInfo::Y_pred_covs |
Definition at line 160 of file CRangeBearingKFSLAM2D.h.
mrpt::math::CMatrixTemplateNumeric<kftype> mrpt::slam::CRangeBearingKFSLAM2D::TDataAssocInfo::Y_pred_means |
Definition at line 160 of file CRangeBearingKFSLAM2D.h.
Page generated by Doxygen 1.8.12 for MRPT 1.3.2 SVN: at Thu Nov 10 13:22:34 UTC 2016 |