32 template <
class GRAPH_T =
typename mrpt::graphs::CNetworkOfPoses2DInf>
38 typedef typename GRAPH_T::constraint_t::type_value
pose_t;
57 template <
class GRAPH_T>
61 template <
class GRAPH_T>
66 template <
class GRAPH_T>
75 template <
class GRAPH_T>
80 template <
class GRAPH_T>
81 typename GRAPH_T::global_pose_t
84 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.
std::shared_ptr< CSensoryFrame > Ptr
GRAPH_T::global_pose_t global_pose_t
std::shared_ptr< CObservation > Ptr
This is the global namespace for all Mobile Robot Programming Toolkit (MRPT) libraries.
std::shared_ptr< CActionCollection > Ptr
GRAPH_T::global_pose_t global_pose_t
GRAPH_T::constraint_t::type_value pose_t
Handy typedefs.