15 #define COMMON_TOPOLOG_HYP static_cast<THypothesisID>(0) 17 #define NODE_ANNOTATION_METRIC_MAPS "metricMaps" // CMultiMetricMap 18 #define NODE_ANNOTATION_REF_POSEID "refPoseID" // TPoseID 19 #define NODE_ANNOTATION_POSES_GRAPH "posesGraph" // CRobotPosesGraph 21 #define NODE_ANNOTATION_PLACE_POSE "placePose" // mrpt::poses::CPoint2D 23 #define ARC_ANNOTATION_DELTA \ 24 "Delta" // CPose3DPDF (for the current implementation, it's a 26 #define ARC_ANNOTATION_DELTA_SRC_POSEID \ 27 "Delta_poseID_src" // TPoseID (elemental datatype) 28 #define ARC_ANNOTATION_DELTA_TRG_POSEID \ 29 "Delta_poseID_trg" // TPoseID (elemental datatype) 32 #define ARC_TYPES "Membership,Navegability,RelativePose,Location" 33 #define DEFAULT_ARC_TYPE "Membership" 36 #define NODE_TYPES "Place,Area,TopologicalMap,Object" 37 #define DEFAULT_NODE_TYPE "Place" 40 #define POSEID_INVALID static_cast<TPoseID>(-1) 42 #define AREAID_INVALID static_cast<uint64_t>(-1) 44 #define MSG_SOURCE_LSLAM 1 45 #define MSG_SOURCE_AA 2 76 public std::set<THypothesisID>
104 std::shared_ptr<mrpt::hmtslam::CHMHMapArc>>
std::set< TPoseID > TPoseIDSet
const_iterator find(const KEY &key) const
#define COMMON_TOPOLOG_HYP
Classes related to the implementation of Hybrid Metric Topological (HMT) SLAM.
bool has(const THypothesisID &val) const
Returns true if the hypothesis is into the set.
uint64_t TPoseID
An integer number uniquely identifying each robot pose stored in HMT-SLAM.
std::vector< TPoseID > TPoseIDList
void write(mrpt::serialization::CArchive &out) const
This class implements a STL container with features of both, a std::set and a std::list.
A set of hypothesis IDs, used for arcs and nodes in multi-hypothesis hybrid maps. ...
const_iterator end() const
int64_t THypothesisID
An integer number uniquely identifying each of the concurrent hypotheses for the robot topological pa...
Virtual base class for "archives": classes abstracting I/O streams.
mrpt::vision::TStereoCalibResults out
The virtual base class which provides a unified interface for all persistent objects in MRPT...
void debugDump() const
Dump to console.
void read(mrpt::serialization::CArchive &in)
THypothesisIDSet(const THypothesisID &val)
Constructor with one initial element.
#define DEFINE_SERIALIZABLE(class_name, NS)
This declaration must be inserted in all CSerializable classes definition, within the class declarati...
THypothesisIDSet()=default
Default constructor.
std::pair< TPoseID, TPoseID > TPairPoseIDs
~THypothesisIDSet() override=default
A class for storing a sequence of arcs (a path).