#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 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.5.7.1 for MRPT 0.7.1 SVN: at Mon Aug 17 22:58:25 EDT 2009 |