Main Page
Namespaces
Classes
Files
File List
File Members
include
mrpt_graphslam_2d
misc
common.h
Go to the documentation of this file.
1
/* +---------------------------------------------------------------------------+
2
| Mobile Robot Programming Toolkit (MRPT) |
3
| http://www.mrpt.org/ |
4
| |
5
| Copyright (c) 2005-2016, Individual contributors, see AUTHORS file |
6
| See: http://www.mrpt.org/Authors - All rights reserved. |
7
| Released under BSD License. See details in http://www.mrpt.org/License |
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
21
#include <mrpt/version.h>
22
#if MRPT_VERSION>=0x199
23
#include <mrpt/containers/stl_containers_utils.h>
24
#else
25
#include <
mrpt/utils/stl_containers_utils.h
>
26
#endif
27
28
namespace
mrpt
{
namespace
graphslam {
namespace
detail {
29
30
std::string
getGridMapAlignmentResultsAsString
(
31
const
mrpt::poses::CPosePDF
& pdf,
32
const
mrpt::slam::CGridMapAligner::TReturnInfo
& ret_info);
33
34
bool
isEssentiallyZero
(
const
mrpt::poses::CPose2D
&
p
);
35
36
} } }
// end of namespaces
CPose2D.h
mrpt::poses::CPose2D
CPosePDF.h
mrpt::poses::CPosePDF
mrpt::graphslam::detail::getGridMapAlignmentResultsAsString
std::string getGridMapAlignmentResultsAsString(const mrpt::poses::CPosePDF &pdf, const mrpt::slam::CGridMapAligner::TReturnInfo &ret_info)
Definition:
common.cpp:26
CPosePDFSOG.h
stl_containers_utils.h
p
GLfloat GLfloat p
mrpt::graphslam::detail::isEssentiallyZero
bool isEssentiallyZero(const mrpt::poses::CPose2D &p)
Definition:
common.cpp:50
mrpt
mrpt::slam::CGridMapAligner::TReturnInfo
CGridMapAligner.h
mrpt_graphslam_2d
Author(s): Nikos Koukis
autogenerated on Sat May 2 2020 03:44:17