Go to the documentation of this file.
8 namespace mrpt {
namespace graphslam {
9 template<
class GRAPH_t>
class CGraphSlamEngine_MR;
12 namespace mrpt {
namespace graphslam {
23 template<
class GRAPH_T>
Interface for implementing deciders/optimizers related to the Condensed Measurements multi-robot grap...
mrpt::graphslam::detail::CConnectionManager * m_conn_manager
Pointer to the CConnectionManager instance.
CRegistrationDeciderOrOptimizer_MR()
~CRegistrationDeciderOrOptimizer_MR()
Class responsible of handling the network communication between SLAM agents in the Multi-Robot graphS...
virtual void setCConnectionManagerPtr(mrpt::graphslam::detail::CConnectionManager *conn_manager)
CGraphSlamEngine_MR< GRAPH_T > engine_t
void setCGraphSlamEnginePtr(const engine_t *engine)
mrpt::graphslam::CGraphSlamEngine derived class for executing multi-robot graphSLAM
const engine_t * m_engine
Constant pointer to the CGraphSlamEngine_MR instance.
Interface class that all ROS-specific deciders/optimizers can inherit from.