struct mrpt::hmtslam::CLocalMetricHypothesis::TRobotPosesPartitioning¶
Used by AA thread.
#include <mrpt/hmtslam/CLocalMetricHypothesis.h> struct TRobotPosesPartitioning { // fields std::mutex lock; mrpt::slam::CIncrementalMapPartitioner partitioner; std::map<uint32_t, TPoseID> idx2pose; // construction TRobotPosesPartitioning(); TRobotPosesPartitioning(const TRobotPosesPartitioning& o); // methods unsigned int pose2idx(const TPoseID& id) const; };