Information for data-association:
Definition at line 201 of file CRangeBearingKFSLAM.h.
#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. More... | |
| TDataAssociationResults | results |
|
inline |
Definition at line 203 of file CRangeBearingKFSLAM.h.
|
inline |
Definition at line 209 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 221 of file CRangeBearingKFSLAM.h.
| mrpt::vector_size_t mrpt::slam::CRangeBearingKFSLAM::TDataAssocInfo::predictions_IDs |
Definition at line 217 of file CRangeBearingKFSLAM.h.
| TDataAssociationResults mrpt::slam::CRangeBearingKFSLAM::TDataAssocInfo::results |
Definition at line 224 of file CRangeBearingKFSLAM.h.
| CMatrixTemplateNumeric<kftype> mrpt::slam::CRangeBearingKFSLAM::TDataAssocInfo::Y_pred_covs |
Definition at line 216 of file CRangeBearingKFSLAM.h.
| CMatrixTemplateNumeric<kftype> mrpt::slam::CRangeBearingKFSLAM::TDataAssocInfo::Y_pred_means |
Definition at line 216 of file CRangeBearingKFSLAM.h.
| Page generated by Doxygen 1.8.8 for MRPT 1.2.2 SVN:Unversioned directory at Tue Oct 14 02:14:08 UTC 2014 |