26 template <
class GRAPH_T = 
typename mrpt::graphs::CNetworkOfPoses2DInf>
    32     using pose_t = 
typename GRAPH_T::constraint_t::type_value;
    48         return typename GRAPH_T::global_pose_t();
 
global_pose_t getCurrentRobotPosEstimation() const override
Getter method for fetching the currently estimated robot position. 
 
Interface for implementing node registration classes. 
 
~CEmptyNRD() override=default
 
Empty Node Registration Decider. 
 
typename GRAPH_T::constraint_t::type_value pose_t
type of underlying poses (2D/3D). 
 
bool updateState(mrpt::obs::CActionCollection::Ptr action, mrpt::obs::CSensoryFrame::Ptr observations, mrpt::obs::CObservation::Ptr observation) override
Generic method for fetching the incremental action-observations (or observation-only) measurements...
 
typename GRAPH_T::global_pose_t global_pose_t