common.h
Go to the documentation of this file.
1 /* +---------------------------------------------------------------------------+
2  | Mobile Robot Programming Toolkit (MRPT) | |
3  http://www.mrpt.org/ | | | | Copyright (c)
4  2005-2016, Individual contributors, see AUTHORS file | | See:
5  http://www.mrpt.org/Authors - All rights reserved. | |
6  Released under BSD License. See details in http://www.mrpt.org/License |
7  +---------------------------------------------------------------------------+
8  */
9 
15 #include <mrpt/poses/CPosePDF.h>
16 #include <mrpt/poses/CPosePDFSOG.h>
17 #include <mrpt/poses/CPose2D.h>
18 #include <mrpt/slam/CGridMapAligner.h>
19 #include <sstream>
20 #include <mrpt/containers/stl_containers_utils.h>
21 
22 namespace mrpt
23 {
24 namespace graphslam
25 {
26 namespace detail
27 {
29  const mrpt::poses::CPosePDF& pdf,
30  const mrpt::slam::CGridMapAligner::TReturnInfo& ret_info);
31 
32 bool isEssentiallyZero(const mrpt::poses::CPose2D& p);
33 
34 } // namespace detail
35 } // namespace graphslam
36 } // namespace mrpt
mrpt
Definition: CConnectionManager.h:31
mrpt::graphslam::detail::isEssentiallyZero
bool isEssentiallyZero(const mrpt::poses::CPose2D &p)
Definition: common.cpp:46
mrpt::graphslam::detail::getGridMapAlignmentResultsAsString
std::string getGridMapAlignmentResultsAsString(const mrpt::poses::CPosePDF &pdf, const mrpt::slam::CGridMapAligner::TReturnInfo &ret_info)
Definition: common.cpp:20


mrpt_graphslam_2d
Author(s): Nikos Koukis
autogenerated on Thu Sep 19 2024 02:26:31