Go to the documentation of this file.
   27         for (
const auto& e : *
this) out << e.first << e.second.sf << e.second.pdf;
 
   30 void CRobotPosesGraph::serializeFrom(
 
   41                         for (i = 0; i < N; i++)
 
   66                 it->second.pdf.getMean(meanPose);
 
   67                 it->second.sf.insertObservationsInto(&metricMap, &meanPose);
 
   74 void CRobotPosesGraph::convertIntoSimplemap(
CSimpleMap& out_simplemap)
 const 
   76         out_simplemap.
clear();
 
   79                 out_simplemap.
insert(&it->second.pdf, it->second.sf);
 
  
EIGEN_STRONG_INLINE iterator begin()
 
void clear()
Clear the contents of this container.
 
const Scalar * const_iterator
 
Information kept for each robot pose used in CRobotPosesGraph.
 
Classes for 2D/3D geometry representation, both of single values and probability density distribution...
 
Virtual base class for "archives": classes abstracting I/O streams.
 
Auxiliary class used in mrpt::slam::CLocalMetricHypothesis for HMT-SLAM; this class stores a set of r...
 
Classes related to the implementation of Hybrid Metric Topological (HMT) SLAM.
 
This class stores any customizable set of metric maps.
 
A class used to store a 3D pose (a 3D translation + a rotation in 3D).
 
#define IMPLEMENTS_SERIALIZABLE(class_name, base, NameSpace)
This must be inserted in all CSerializable classes implementation files.
 
uint64_t TPoseID
An integer number uniquely identifying each robot pose stored in HMT-SLAM.
 
This class stores a sequence of <Probabilistic Pose,SensoryFrame> pairs, thus a "metric map" can be t...
 
void insert(const mrpt::poses::CPose3DPDF *in_posePDF, const mrpt::obs::CSensoryFrame &in_SF)
Add a new pair to the sequence.
 
#define MRPT_THROW_UNKNOWN_SERIALIZATION_VERSION(__V)
For use in CSerializable implementations.
 
void clear()
Remove all stored pairs.
 
mrpt::obs::CSensoryFrame sf
The observations.
 
unsigned __int32 uint32_t
 
mrpt::poses::CPose3DPDFParticles pdf
The robot pose PDF.
 
   |  Page generated by Doxygen 1.8.17 for MRPT 1.9.9 Git: ad3a9d8ae Tue May 1 23:10:22 2018 -0700 at miƩ 12 jul 2023 10:03:34 CEST |   |