Auxiliary class used in mrpt::slam::CLocalMetricHypothesis for HMT-SLAM; this class stores a set of robot poses and its sensory frames and pose PDF, for being stored in a HMT-map as a serializable object in annotation NODE_ANNOTATION_POSES_GRAPH. More...
#include <mrpt/hmtslam/CRobotPosesGraph.h>


Public Member Functions | |
| void | insertIntoMetricMap (CMultiMetricMap &metricMap) const |
| Insert all the observations in the map (without erasing previous contents). | |
| void | convertIntoSimplemap (CSimpleMap &out_simplemap) const |
| Converts the contents of this object into a 'simplemap' (mrpt::slam::CSimpleMap) object. | |
Auxiliary class used in mrpt::slam::CLocalMetricHypothesis for HMT-SLAM; this class stores a set of robot poses and its sensory frames and pose PDF, for being stored in a HMT-map as a serializable object in annotation NODE_ANNOTATION_POSES_GRAPH.
Definition at line 57 of file CRobotPosesGraph.h.
| void mrpt::hmtslam::CRobotPosesGraph::convertIntoSimplemap | ( | CSimpleMap & | out_simplemap | ) | const |
Converts the contents of this object into a 'simplemap' (mrpt::slam::CSimpleMap) object.
| void mrpt::hmtslam::CRobotPosesGraph::insertIntoMetricMap | ( | CMultiMetricMap & | metricMap | ) | const |
Insert all the observations in the map (without erasing previous contents).
| Page generated by Doxygen 1.6.1 for MRPT 0.9.0 SVN: at Mon Jun 7 06:47:58 UTC 2010 |