24 template <
class GRAPH_T =
typename mrpt::graphs::CNetworkOfPoses2DInf>
47 template <
class GRAPH_T>
51 template <
class GRAPH_T>
56 template <
class GRAPH_T>
65 template <
class GRAPH_T>
Interface for implementing edge registration classes.
Empty Edge Registration Decider.
typename GRAPH_T::constraint_t constraint_t
void registerNewEdge(const mrpt::graphs::TNodeID &from, const mrpt::graphs::TNodeID &to, const constraint_t &rel_edge)
Register a new constraint/edge in the current graph.
bool updateState(mrpt::obs::CActionCollection::Ptr action, mrpt::obs::CSensoryFrame::Ptr observations, mrpt::obs::CObservation::Ptr observation)
Generic method for fetching the incremental action/observation readings from the calling function.
std::shared_ptr< CActionCollection > Ptr
std::shared_ptr< CObservation > Ptr
std::shared_ptr< CSensoryFrame > Ptr
uint64_t TNodeID
A generic numeric type for unique IDs of nodes or entities.