Main MRPT website > C++ reference for MRPT 1.9.9
List of all members | Public Member Functions | Public Attributes
mrpt::slam::CRangeBearingKFSLAM::TDataAssocInfo Struct Reference

Detailed Description

Information for data-association:

See also
getLastDataAssociation

Definition at line 231 of file CRangeBearingKFSLAM.h.

#include <mrpt/slam/CRangeBearingKFSLAM.h>

Public Member Functions

 TDataAssocInfo ()
 
void clear ()
 

Public Attributes

mrpt::math::CMatrixTemplateNumeric< kftypeY_pred_means
 
mrpt::math::CMatrixTemplateNumeric< kftypeY_pred_covs
 
std::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
 

Constructor & Destructor Documentation

◆ TDataAssocInfo()

mrpt::slam::CRangeBearingKFSLAM::TDataAssocInfo::TDataAssocInfo ( )
inline

Definition at line 233 of file CRangeBearingKFSLAM.h.

Member Function Documentation

◆ clear()

void mrpt::slam::CRangeBearingKFSLAM::TDataAssocInfo::clear ( )
inline

Member Data Documentation

◆ newly_inserted_landmarks

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 248 of file CRangeBearingKFSLAM.h.

Referenced by clear().

◆ predictions_IDs

std::vector<size_t> mrpt::slam::CRangeBearingKFSLAM::TDataAssocInfo::predictions_IDs

◆ results

TDataAssociationResults mrpt::slam::CRangeBearingKFSLAM::TDataAssocInfo::results

◆ Y_pred_covs

mrpt::math::CMatrixTemplateNumeric<kftype> mrpt::slam::CRangeBearingKFSLAM::TDataAssocInfo::Y_pred_covs

◆ Y_pred_means

mrpt::math::CMatrixTemplateNumeric<kftype> mrpt::slam::CRangeBearingKFSLAM::TDataAssocInfo::Y_pred_means



Page generated by Doxygen 1.8.17 for MRPT 1.9.9 Git: ad3a9d8ae Tue May 1 23:10:22 2018 -0700 at miƩ 12 jul 2023 10:03:34 CEST