#include <mrpt/poses/CPosePDF.h>
#include <mrpt/poses/CPosePDFSOG.h>
#include <mrpt/poses/CPose2D.h>
#include <mrpt/slam/CGridMapAligner.h>
#include <sstream>
#include <mrpt/version.h>
#include <mrpt/utils/stl_containers_utils.h>
Go to the source code of this file.
Namespaces | |
namespace | mrpt |
namespace | mrpt::graphslam |
namespace | mrpt::graphslam::detail |
Functions | |
std::string | mrpt::graphslam::detail::getGridMapAlignmentResultsAsString (const mrpt::poses::CPosePDF &pdf, const mrpt::slam::CGridMapAligner::TReturnInfo &ret_info) |
bool | mrpt::graphslam::detail::isEssentiallyZero (const mrpt::poses::CPose2D &p) |
Defined methods used in different parts of the mrpt_graphslam_2d application.
Definition in file common.h.