Main MRPT website > C++ reference for MRPT 1.9.9
CGraphSlamOptimizer_impl.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-2018, 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  */
10 
11 #ifndef CGRAPHSLAMOPTIMIZER_IMPL_H_N4XWUTK5
12 #define CGRAPHSLAMOPTIMIZER_IMPL_H_N4XWUTK5
13 
14 namespace mrpt
15 {
16 namespace graphslam
17 {
18 namespace optimizers
19 {
20 template <class GRAPH_T>
22 {
23  std::string section("OptimizerParameters");
24  this->setVerbosityLevelFromSection(source_fname, section);
25 }
26 
27 template <class GRAPH_T>
29 {
30  using namespace std;
31  std::cout << "GSO Verbosity: " << this->getMinLoggingLevelStr() << endl;
32 }
33 }
34 }
35 } // end of namespaces
36 
37 #endif /* end of include guard: CGRAPHSLAMOPTIMIZER_IMPL_H_N4XWUTK5 */
mrpt
This is the global namespace for all Mobile Robot Programming Toolkit (MRPT) libraries.
Definition: CKalmanFilterCapable.h:30
mrpt::graphslam::CRegistrationDeciderOrOptimizer< typename mrpt::graphs::CNetworkOfPoses2DInf >::loadParams
virtual void loadParams(const std::string &source_fname)
Load the necessary for the decider/optimizer configuration parameters.
Definition: CRegistrationDeciderOrOptimizer_impl.h:118
mrpt::graphslam::CRegistrationDeciderOrOptimizer< typename mrpt::graphs::CNetworkOfPoses2DInf >::printParams
virtual void printParams() const
Print the problem parameters - relevant to the decider/optimizer to the screen in a unified/compact w...
Definition: CRegistrationDeciderOrOptimizer_impl.h:125
string
GLsizei const GLchar ** string
Definition: glext.h:4101



Page generated by Doxygen 1.8.17 for MRPT 1.9.9 Git: ad3a9d8ae Tue May 1 23:10:22 2018 -0700 at miƩ 12 jul 2023 10:03:34 CEST