Information for data-association:. More...
#include <mrpt/slam/CRangeBearingKFSLAM.h>

Public Member Functions | |
| TDataAssocInfo () | |
| void | clear () |
Public Attributes | |
| CMatrixTemplateNumeric< kftype > | Y_pred_means |
| 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. | |
| TDataAssociationResults | results |
Information for data-association:.
Definition at line 174 of file CRangeBearingKFSLAM.h.
| mrpt::slam::CRangeBearingKFSLAM::TDataAssocInfo::TDataAssocInfo | ( | ) | [inline] |
Definition at line 176 of file CRangeBearingKFSLAM.h.
| void mrpt::slam::CRangeBearingKFSLAM::TDataAssocInfo::clear | ( | void | ) | [inline] |
Definition at line 182 of file CRangeBearingKFSLAM.h.
| std::map<size_t,size_t> mrpt::slam::CRangeBearingKFSLAM::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 194 of file CRangeBearingKFSLAM.h.
Definition at line 190 of file CRangeBearingKFSLAM.h.
Definition at line 197 of file CRangeBearingKFSLAM.h.
Definition at line 189 of file CRangeBearingKFSLAM.h.
Definition at line 189 of file CRangeBearingKFSLAM.h.
| Page generated by Doxygen 1.6.2 for MRPT 0.8.1 SVN:exported at Mon Feb 15 22:01:07 UTC 2010 |