A network of links constraining the relative pose of pairs of nodes, indentified by their numeric IDs (of type size_t). More...
#include <mrpt/poses/constrained_pose_network.h>
Public Types | |
typedef CPOSE | type_poses |
The type of PDF poses on the network links. | |
typedef std::map< size_t, CPOSE > | type_global_poses |
A map of pose IDs to their global coordinates - can be used as second parameter of optimizePoseGraph_levmarq. |
A network of links constraining the relative pose of pairs of nodes, indentified by their numeric IDs (of type size_t).
A link between nodes "i" and "j", that is, the pose or relative position of "j" with respect to "i", is maintained as a multivariate Gaussian distribution.
Valid values for the argument CPOSE are CPosePDFGaussian and CPose3DPDFGaussian, which correspond to the typedefs CNetworkOfPoses2D and CNetworkOfPoses3D.
Access to all the links can be done through normal std::map methods, plus the new method "insertLink"
Definition at line 51 of file constrained_pose_network.h.
typedef std::map<size_t,CPOSE> mrpt::poses::CNetworkOfPoses< CPOSE >::type_global_poses |
A map of pose IDs to their global coordinates - can be used as second parameter of optimizePoseGraph_levmarq.
Definition at line 55 of file constrained_pose_network.h.
typedef CPOSE mrpt::poses::CNetworkOfPoses< CPOSE >::type_poses |
The type of PDF poses on the network links.
Definition at line 54 of file constrained_pose_network.h.
Page generated by Doxygen 1.6.1 for MRPT 0.7.1 SVN: at Tue Dec 22 08:29:35 CET 2009 |