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

Detailed Description

Information for data-association:

See also
getLastDataAssociation

Definition at line 136 of file CRangeBearingKFSLAM2D.h.

#include <mrpt/slam/CRangeBearingKFSLAM2D.h>

Public Member Functions

 TDataAssocInfo ()
 
void clear ()
 

Public Attributes

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

Constructor & Destructor Documentation

◆ TDataAssocInfo()

mrpt::slam::CRangeBearingKFSLAM2D::TDataAssocInfo::TDataAssocInfo ( )
inline

Definition at line 138 of file CRangeBearingKFSLAM2D.h.

Member Function Documentation

◆ clear()

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

Definition at line 144 of file CRangeBearingKFSLAM2D.h.

Member Data Documentation

◆ newly_inserted_landmarks

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 156 of file CRangeBearingKFSLAM2D.h.

◆ predictions_IDs

mrpt::vector_size_t mrpt::slam::CRangeBearingKFSLAM2D::TDataAssocInfo::predictions_IDs

Definition at line 152 of file CRangeBearingKFSLAM2D.h.

◆ results

TDataAssociationResults mrpt::slam::CRangeBearingKFSLAM2D::TDataAssocInfo::results

Definition at line 159 of file CRangeBearingKFSLAM2D.h.

◆ Y_pred_covs

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

Definition at line 151 of file CRangeBearingKFSLAM2D.h.

◆ Y_pred_means

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

Definition at line 151 of file CRangeBearingKFSLAM2D.h.




Page generated by Doxygen 1.9.6 for MRPT 1.4.0 SVN: at Thu Mar 23 03:22:58 UTC 2023