Go to the documentation of this file.
    9 #ifndef CMetricMapsAlignmentAlgorithm_H 
   10 #define CMetricMapsAlignmentAlgorithm_H 
   69                 void* info = 
nullptr);
 
  103                 float* runningTime = 
nullptr, 
void* info = 
nullptr) = 0;
 
  136                 void* info = 
nullptr);
 
  170                 float* runningTime = 
nullptr, 
void* info = 
nullptr) = 0;
 
  
A base class for any algorithm able of maps alignment.
 
Declares a class that represents a Probability Density function (PDF) of a 3D pose .
 
This is the global namespace for all Mobile Robot Programming Toolkit (MRPT) libraries.
 
virtual mrpt::poses::CPose3DPDF::Ptr Align3DPDF(const mrpt::maps::CMetricMap *m1, const mrpt::maps::CMetricMap *m2, const mrpt::poses::CPose3DPDFGaussian &initialEstimationPDF, float *runningTime=nullptr, void *info=nullptr)=0
The virtual method for aligning a pair of metric maps, aligning the full 6D pose.
 
Declares a virtual base class for all metric maps storage classes.
 
A class used to store a 2D pose, including the 2D coordinate point and a heading (phi) angle.
 
A class used to store a 3D pose (a 3D translation + a rotation in 3D).
 
virtual ~CMetricMapsAlignmentAlgorithm()
Dtor.
 
CMetricMapsAlignmentAlgorithm()
 
Versatile class for consistent logging and management of output messages.
 
mrpt::poses::CPose3DPDF::Ptr Align3D(const mrpt::maps::CMetricMap *m1, const mrpt::maps::CMetricMap *m2, const mrpt::poses::CPose3D &grossEst, float *runningTime=nullptr, void *info=nullptr)
The method for aligning a pair of metric maps, aligning the full 6D pose.
 
std::shared_ptr< CPose3DPDF > Ptr
 
virtual mrpt::poses::CPosePDF::Ptr AlignPDF(const mrpt::maps::CMetricMap *m1, const mrpt::maps::CMetricMap *m2, const mrpt::poses::CPosePDFGaussian &initialEstimationPDF, float *runningTime=nullptr, void *info=nullptr)=0
The virtual method for aligning a pair of metric maps, aligning only 2D.
 
mrpt::poses::CPosePDF::Ptr Align(const mrpt::maps::CMetricMap *m1, const mrpt::maps::CMetricMap *m2, const mrpt::poses::CPose2D &grossEst, float *runningTime=nullptr, void *info=nullptr)
The method for aligning a pair of metric maps, aligning only 2D + orientation.
 
Declares a class that represents a Probability Density function (PDF) of a 2D pose .
 
std::shared_ptr< CPosePDF > Ptr
 
COutputLogger()
Default class constructor.
 
   |  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 |   |