Node Registration Decider Interface Class. More...
#include <CNodeRegistrationDecider_MR.h>
Public Types | |
typedef GRAPH_T::global_pose_t | global_pose_t |
Public Member Functions | |
CNodeRegistrationDecider_MR () | |
~CNodeRegistrationDecider_MR () | |
Protected Member Functions | |
template<> | |
void | addNodeAnnotsToPose (global_pose_t *pose) const |
void | addNodeAnnotsToPose (global_pose_t *pose) const |
Decorate a pose according to the TMRSlamNodeAnnotation fields. |
Node Registration Decider Interface Class.
Node Registration Decider classes that are to be used in a multi-robot SLAM scheme according to the Condensed Measurements multi-robot strategy by M.T. Lazaro et al. [1] are to inherit from this method.
[1] Multi-robot SLAM using Condensed Measurements - M.T. Lazaro, L.M. Paz, P. Pinies, J.A. Castellanos, G. Grisetti
Definition at line 35 of file CNodeRegistrationDecider_MR.h.
typedef GRAPH_T::global_pose_t mrpt::graphslam::deciders::CNodeRegistrationDecider_MR< GRAPH_T >::global_pose_t |
Reimplemented in mrpt::graphslam::deciders::CFixedIntervalsNRD_MR< GRAPH_T >, and mrpt::graphslam::deciders::CICPCriteriaNRD_MR< GRAPH_T >.
Definition at line 40 of file CNodeRegistrationDecider_MR.h.
mrpt::graphslam::deciders::CNodeRegistrationDecider_MR< GRAPH_T >::CNodeRegistrationDecider_MR | ( | ) |
Definition at line 15 of file CNodeRegistrationDecider_MR_impl.h.
mrpt::graphslam::deciders::CNodeRegistrationDecider_MR< GRAPH_T >::~CNodeRegistrationDecider_MR | ( | ) |
Definition at line 18 of file CNodeRegistrationDecider_MR_impl.h.
void mrpt::graphslam::deciders::CNodeRegistrationDecider_MR< mrpt::graphs::CNetworkOfPoses2DInf_NA >::addNodeAnnotsToPose | ( | global_pose_t * | pose | ) | const [protected] |
Definition at line 25 of file CNodeRegistrationDecider_MR_impl.h.
void mrpt::graphslam::deciders::CNodeRegistrationDecider_MR< GRAPH_T >::addNodeAnnotsToPose | ( | global_pose_t * | pose | ) | const [protected] |
Decorate a pose according to the TMRSlamNodeAnnotation fields.
Definition at line 21 of file CNodeRegistrationDecider_MR_impl.h.