#include <mrpt/obs/CSensoryFrame.h>
#include <mrpt/config/CLoadableOptions.h>
#include <mrpt/config/CConfigFileBase.h>
#include <mrpt/img/TColor.h>
#include <mrpt/opengl/CRenderizable.h>
#include <mrpt/poses/CPose2D.h>
#include <mrpt/poses/CPose3D.h>
#include <mrpt/graphslam/levmarq.h>
#include <mrpt/graphslam/interfaces/CGraphSlamOptimizer.h>
#include <iostream>
#include <string>
#include <map>
#include <cmath>
#include "CLevMarqGSO_impl.h"
Go to the source code of this file.
Classes | |
class | mrpt::graphslam::optimizers::CLevMarqGSO< GRAPH_T > |
Levenberg-Marquardt non-linear graph slam optimization scheme. More... | |
struct | mrpt::graphslam::optimizers::CLevMarqGSO< GRAPH_T >::OptimizationParams |
Struct for holding the optimization-related variables in a compact form. More... | |
struct | mrpt::graphslam::optimizers::CLevMarqGSO< GRAPH_T >::GraphVisualizationParams |
struct for holding the graph visualization-related variables in a compact form More... | |
Namespaces | |
mrpt | |
This is the global namespace for all Mobile Robot Programming Toolkit (MRPT) libraries. | |
mrpt::graphslam | |
SLAM methods related to graphs of pose constraints. | |
mrpt::graphslam::optimizers | |
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 |