#include <mrpt/graphslam/types.h>#include <mrpt/utils/TParameters.h>#include <mrpt/graphslam/levmarq_impl.h>

Go to the source code of this file.
Namespaces | |
| namespace | mrpt |
| This is the global namespace for all Mobile Robot Programming Toolkit (MRPT) libraries. | |
| namespace | mrpt::graphslam |
| SLAM methods related to graphs of pose constraints. | |
Macros | |
| #define | VERBOSE_PREFIX "[optimize_graph_spa_levmarq] " |
Functions | |
| template<class GRAPH_T > | |
| void | mrpt::graphslam::optimize_graph_spa_levmarq (GRAPH_T &graph, TResultInfoSpaLevMarq &out_info, const std::set< mrpt::utils::TNodeID > *in_nodes_to_optimize=NULL, const mrpt::utils::TParametersDouble &extra_params=mrpt::utils::TParametersDouble(), typename graphslam_traits< GRAPH_T >::TFunctorFeedback functor_feedback=NULL) |
| Optimize a graph of pose constraints using the Sparse Pose Adjustment (SPA) sparse representation and a Levenberg-Marquartd optimizer. | |
| #define VERBOSE_PREFIX "[optimize_graph_spa_levmarq] " |
Referenced by mrpt::graphslam::optimize_graph_spa_levmarq().
| Page generated by Doxygen 1.8.3 for MRPT 0.9.6 SVN: at Fri Feb 15 22:05:02 EST 2013 |