23 template <
class GRAPH_T = 
typename mrpt::graphs::CNetworkOfPoses2DInf>
 void registerNewEdge(const mrpt::graphs::TNodeID &from, const mrpt::graphs::TNodeID &to, const constraint_t &rel_edge) override
Register a new constraint/edge in the current graph. 
 
Interface for implementing edge registration classes. 
 
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::constraint_t constraint_t
 
~CEmptyERD() override=default
 
uint64_t TNodeID
A generic numeric type for unique IDs of nodes or entities. 
 
Empty Edge Registration Decider.