10 #ifndef CGRAPHSLAMOPTIMIZER_H
11 #define CGRAPHSLAMOPTIMIZER_H
34 template <
class GRAPH_t =
typename mrpt::graphs::CNetworkOfPoses2DInf>
44 using pose_t =
typename GRAPH_t::constraint_t::type_value;
Interface for implementing node/edge registration deciders or optimizer classes.
Interface for implementing graphSLAM optimizer classes.
virtual bool updateState(mrpt::obs::CActionCollection::Ptr action, mrpt::obs::CSensoryFrame::Ptr observations, mrpt::obs::CObservation::Ptr observation)=0
Generic method for fetching the incremental action/observation readings from the calling function.
typename GRAPH_t::constraint_t::type_value pose_t
type of underlying poses (2D/3D)
typename GRAPH_t::constraint_t constraint_t
Handy typedefs.
virtual bool justFullyOptimizedGraph() const
Used by the caller to query for possible full graph optimization on the latest optimizer run.
virtual void optimizeGraph()=0
method called for optimizing the underlying graph.
std::shared_ptr< CActionCollection > Ptr
std::shared_ptr< CObservation > Ptr
std::shared_ptr< CSensoryFrame > Ptr