|
MRPT
2.0.4
|
#include "slam-precomp.h"#include <mrpt/io/CFileStream.h>#include <mrpt/maps/CBeaconMap.h>#include <mrpt/maps/CLandmarksMap.h>#include <mrpt/maps/CMultiMetricMapPDF.h>#include <mrpt/maps/COccupancyGridMap2D.h>#include <mrpt/maps/CSimplePointsMap.h>#include <mrpt/math/utils.h>#include <mrpt/obs/CActionCollection.h>#include <mrpt/obs/CActionRobotMovement2D.h>#include <mrpt/obs/CActionRobotMovement3D.h>#include <mrpt/obs/CObservationBeaconRanges.h>#include <mrpt/poses/CPosePDFGaussian.h>#include <mrpt/poses/CPosePDFGrid.h>#include <mrpt/random.h>#include <mrpt/system/CTicTac.h>#include <mrpt/slam/PF_aux_structs.h>#include <mrpt/slam/PF_implementations.h>Go to the source code of this file.
Classes | |
| struct | TAuxRangeMeasInfo |
| Auxiliary for optimal sampling in RO-SLAM. More... | |
Namespaces | |
| mrpt | |
| This is the global namespace for all Mobile Robot Programming Toolkit (MRPT) libraries. | |
| mrpt::slam | |
Functions | |
| template<> | |
| void | mrpt::slam::KLF_loadBinFromParticle (detail::TPoseBin2D &outBin, const TKLDParams &opts, const mrpt::maps::CRBPFParticleData *currentParticleValue, const TPose3D *newPoseToBeInserted) |
| Fills out a "TPoseBin2D" variable, given a path hypotesis and (if not set to nullptr) a new pose appended at the end, using the KLD params in "options". More... | |
| template<> | |
| void | mrpt::slam::KLF_loadBinFromParticle (detail::TPathBin2D &outBin, const TKLDParams &opts, const mrpt::maps::CRBPFParticleData *currentParticleValue, const TPose3D *newPoseToBeInserted) |
| Fills out a "TPathBin2D" variable, given a path hypotesis and (if not set to nullptr) a new pose appended at the end, using the KLD params in "options". More... | |
| Page generated by Doxygen 1.8.18 for MRPT 2.0.4 at Thu Sep 24 07:14:18 UTC 2020 |