Go to the documentation of this file.
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>>
108 std::shared_ptr<mrpt::hmtslam::CHMHMapArc>>;
THypothesisIDSet(const THypothesisID &val)
Constructor with one initial element.
void write(mrpt::serialization::CArchive &out) const
const_iterator end() const
#define DEFINE_SERIALIZABLE(class_name, NS)
This declaration must be inserted in all CSerializable classes definition, within the class declarati...
void read(mrpt::serialization::CArchive &in)
const_iterator find(const KEY &key) const
mrpt::vision::TStereoCalibResults out
Virtual base class for "archives": classes abstracting I/O streams.
~THypothesisIDSet() override=default
THypothesisIDSet()=default
Default constructor.
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.
#define COMMON_TOPOLOG_HYP
void debugDump() const
Dump to console.
std::set< TPoseID > TPoseIDSet
The virtual base class which provides a unified interface for all persistent objects in MRPT.
std::pair< TPoseID, TPoseID > TPairPoseIDs
A set of hypothesis IDs, used for arcs and nodes in multi-hypothesis hybrid maps.
uint64_t TPoseID
An integer number uniquely identifying each robot pose stored in HMT-SLAM.
A class for storing a sequence of arcs (a path).
int64_t THypothesisID
An integer number uniquely identifying each of the concurrent hypotheses for the robot topological pa...
This class implements a STL container with features of both, a std::set and a std::list.
std::vector< TPoseID > TPoseIDList
Page generated by Doxygen 1.8.17 for MRPT 2.0.4 at Sun Jul 19 15:15:43 UTC 2020 | |