Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00015 #include <mrpt/poses/CPosePDF.h>
00016 #include <mrpt/poses/CPosePDFSOG.h>
00017 #include <mrpt/poses/CPose2D.h>
00018 #include <mrpt/slam/CGridMapAligner.h>
00019 #include <mrpt/utils/stl_containers_utils.h>
00020 #include <sstream>
00021
00022 namespace mrpt { namespace graphslam { namespace detail {
00023
00024 std::string getGridMapAlignmentResultsAsString(
00025 const mrpt::poses::CPosePDF& pdf,
00026 const mrpt::slam::CGridMapAligner::TReturnInfo& ret_info);
00027
00028 bool isEssentiallyZero(const mrpt::poses::CPose2D& p);
00029
00030 } } }