27 template <
class GRAPH_T = 
typename mrpt::graphs::CNetworkOfPoses2DInf>
    33     using pose_t = 
typename GRAPH_T::constraint_t::type_value;
    52 template <
class GRAPH_T>
    56 template <
class GRAPH_T>
    61 template <
class GRAPH_T>
    70 template <
class GRAPH_T>
    75 template <
class GRAPH_T>
    76 typename GRAPH_T::global_pose_t
    79     return typename GRAPH_T::global_pose_t();
 
Interface for implementing node registration classes. 
 
bool updateState(mrpt::obs::CActionCollection::Ptr action, mrpt::obs::CSensoryFrame::Ptr observations, mrpt::obs::CObservation::Ptr observation)
Generic method for fetching the incremental action-observations (or observation-only) depending on th...
 
Empty Node Registration Decider. 
 
global_pose_t getCurrentRobotPosEstimation() const
Getter method for fetching the currently estimated robot position. 
 
typename GRAPH_T::constraint_t::type_value pose_t
type of underlying poses (2D/3D). 
 
typename GRAPH_T::global_pose_t global_pose_t