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