MRPT
2.0.1
|
Information for data-association:
Definition at line 162 of file CRangeBearingKFSLAM2D.h.
#include <mrpt/slam/CRangeBearingKFSLAM2D.h>
Public Member Functions | |
TDataAssocInfo () | |
void | clear () |
Public Attributes | |
mrpt::math::CMatrixDynamic< kftype > | Y_pred_means |
mrpt::math::CMatrixDynamic< kftype > | Y_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 |
|
inline |
Definition at line 164 of file CRangeBearingKFSLAM2D.h.
|
inline |
Definition at line 165 of file CRangeBearingKFSLAM2D.h.
References mrpt::slam::TDataAssociationResults::clear(), newly_inserted_landmarks, predictions_IDs, and results.
Referenced by mrpt::slam::CRangeBearingKFSLAM2D::OnGetObservationsAndDataAssociation().
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 179 of file CRangeBearingKFSLAM2D.h.
Referenced by clear(), and mrpt::slam::CRangeBearingKFSLAM2D::OnNewLandmarkAddedToMap().
std::vector<size_t> mrpt::slam::CRangeBearingKFSLAM2D::TDataAssocInfo::predictions_IDs |
Definition at line 174 of file CRangeBearingKFSLAM2D.h.
Referenced by clear(), and mrpt::slam::CRangeBearingKFSLAM2D::OnGetObservationsAndDataAssociation().
TDataAssociationResults mrpt::slam::CRangeBearingKFSLAM2D::TDataAssocInfo::results |
Definition at line 182 of file CRangeBearingKFSLAM2D.h.
Referenced by clear(), and mrpt::slam::CRangeBearingKFSLAM2D::OnGetObservationsAndDataAssociation().
mrpt::math::CMatrixDynamic<kftype> mrpt::slam::CRangeBearingKFSLAM2D::TDataAssocInfo::Y_pred_covs |
Definition at line 173 of file CRangeBearingKFSLAM2D.h.
Referenced by mrpt::slam::CRangeBearingKFSLAM2D::OnGetObservationsAndDataAssociation().
mrpt::math::CMatrixDynamic<kftype> mrpt::slam::CRangeBearingKFSLAM2D::TDataAssocInfo::Y_pred_means |
Definition at line 173 of file CRangeBearingKFSLAM2D.h.
Referenced by mrpt::slam::CRangeBearingKFSLAM2D::OnGetObservationsAndDataAssociation().
Page generated by Doxygen 1.8.14 for MRPT 2.0.1 Git: 0fef1a6d7 Fri Apr 3 23:00:21 2020 +0200 at vie abr 3 23:20:28 CEST 2020 |