#include <mrpt/poses/CNetworkOfPoses.h>#include <mrpt/slam/link_pragmas.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::slam |
This namespace contains algorithms for SLAM, localization, map building, representation of robot's actions and observations, and representation of many kinds of metric maps. | |
Functions | |
| template<class CPOSE > | |
| double SLAM_IMPEXP | mrpt::slam::optimizePoseGraph_levmarq (const CNetworkOfPoses< CPOSE > &pose_graph, std::map< size_t, CPOSE > &optimal_poses, const size_t max_iterations=100, const size_t origin_pose=static_cast< size_t >(-1)) |
| An algorithm for optimizing a network of 2D or 3D pose links based on Levenberg-Marquardt error minimization. | |
| template<class CPOSE > | |
| double SLAM_IMPEXP | mrpt::slam::optimizePoseGraph_stogradesc (const CNetworkOfPoses< CPOSE > &pose_graph, std::map< size_t, CPOSE > &optimal_poses, const size_t max_iterations=100, const size_t origin_pose=static_cast< size_t >(-1)) |
| An algorithm for optimizing a network of 2D or 3D pose links based on stochastic gradient descent. | |
| Page generated by Doxygen 1.6.1 for MRPT 0.9.0 SVN: at Mon Jun 7 06:47:58 UTC 2010 |