Auxiliary struct used in graph-slam implementation: It holds the relevant information for each of the constraints being taking into account.
#include <mrpt/graphslam/types.h>
Public Types | |
| typedef graphslam_traits< GRAPH_T > | gst |
Public Attributes | |
| gst::edge_const_iterator | edge |
| const gst::graph_t::constraint_t::type_value * | edge_mean |
| gst::graph_t::constraint_t::type_value * | P1 |
| gst::graph_t::constraint_t::type_value * | P2 |
Definition at line 69 of file graphslam/include/mrpt/graphslam/types.h.
Definition at line 71 of file graphslam/include/mrpt/graphslam/types.h.
| const gst::graph_t::constraint_t::type_value* mrpt::graphslam::graphslam_traits::observation_info_t::edge_mean |
Definition at line 72 of file graphslam/include/mrpt/graphslam/types.h.
| gst::graph_t::constraint_t::type_value* mrpt::graphslam::graphslam_traits::observation_info_t::P1 |
Definition at line 73 of file graphslam/include/mrpt/graphslam/types.h.
| gst::graph_t::constraint_t::type_value * mrpt::graphslam::graphslam_traits::observation_info_t::P2 |
Definition at line 73 of file graphslam/include/mrpt/graphslam/types.h.
| Page generated by Doxygen 1.7.5 for MRPT 0.9.5 SVN: at Thu Oct 13 21:25:36 UTC 2011 |