MRPT
2.0.1
|
#include <mrpt/containers/stl_containers_utils.h>
#include <mrpt/graphslam/types.h>
#include <mrpt/math/CSparseMatrix.h>
#include <mrpt/system/CTimeLogger.h>
#include <mrpt/system/TParameters.h>
#include <map>
#include <memory>
#include <mrpt/graphslam/levmarq_impl.h>
Go to the source code of this file.
Namespaces | |
mrpt::graphslam | |
SLAM methods related to graphs of pose constraints. | |
Functions | |
template<class GRAPH_T , class FEEDBACK_CALLABLE = typename graphslam_traits<GRAPH_T>::TFunctorFeedback> | |
void | mrpt::graphslam::optimize_graph_spa_levmarq (GRAPH_T &graph, TResultInfoSpaLevMarq &out_info, const std::set< mrpt::graphs::TNodeID > *in_nodes_to_optimize=nullptr, const mrpt::system::TParametersDouble &extra_params=mrpt::system::TParametersDouble(), FEEDBACK_CALLABLE functor_feedback=FEEDBACK_CALLABLE()) |
Optimize a graph of pose constraints using the Sparse Pose Adjustment (SPA) sparse representation and a Levenberg-Marquardt optimizer. More... | |
Page generated by Doxygen 1.8.14 for MRPT 2.0.1 Git: 0fef1a6d7 Fri Apr 3 23:00:21 2020 +0200 at vie abr 3 23:20:28 CEST 2020 |