common.h
Go to the documentation of this file.
00001 /* +---------------------------------------------------------------------------+
00002          |                     Mobile Robot Programming Toolkit (MRPT)               |
00003          |                          http://www.mrpt.org/                             |
00004          |                                                                           |
00005          | Copyright (c) 2005-2016, Individual contributors, see AUTHORS file        |
00006          | See: http://www.mrpt.org/Authors - All rights reserved.                   |
00007          | Released under BSD License. See details in http://www.mrpt.org/License    |
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 } } } // end of namespaces


mrpt_graphslam_2d
Author(s): Nikos Koukis
autogenerated on Sun Sep 17 2017 03:02:04