MRPT
2.0.1
|
#include <mrpt/core/safe_pointers.h>
#include <mrpt/hmtslam/HMT_SLAM_common.h>
#include <mrpt/obs/CSensoryFrame.h>
#include <mrpt/graphs/TNodeID.h>
#include <mrpt/hmtslam/CMHPropertiesValuesList.h>
#include <mrpt/serialization/CSerializable.h>
#include <map>
Go to the source code of this file.
Classes | |
class | mrpt::hmtslam::CHMHMapNode |
A class for representing a node in a hierarchical, multi-hypothesis map. More... | |
Namespaces | |
mrpt::hmtslam | |
Classes related to the implementation of Hybrid Metric Topological (HMT) SLAM. | |
Typedefs | |
using | mrpt::hmtslam::TNodeList = std::map< CHMHMapNode::TNodeID, std::shared_ptr< CHMHMapNode > > |
A map between node IDs and nodes (used in HMT-SLAM). More... | |
using | mrpt::hmtslam::TNodeIDList = mrpt::containers::list_searchable< CHMHMapNode::TNodeID > |
using | mrpt::hmtslam::TNodeIDSet = std::set< CHMHMapNode::TNodeID > |
using | mrpt::hmtslam::TPairNodeIDs = std::pair< CHMHMapNode::TNodeID, CHMHMapNode::TNodeID > |
Page generated by Doxygen 1.8.14 for MRPT 2.0.1 Git: 0fef1a6d7 Fri Apr 3 23:00:21 2020 +0200 at vie abr 3 23:20:28 CEST 2020 |