28 #ifndef GRAPH_SLAM_TYPES_H
29 #define GRAPH_SLAM_TYPES_H
49 template <
class GRAPH_T>
55 typedef typename graph_t::constraint_t
edge_t;
57 typedef mrpt::poses::SE_traits<edge_poses_type::rotation_dimensions>
SE_TYPE;
59 typedef typename SE_TYPE::array_t
Array_O;
72 const typename gst::graph_t::constraint_t::type_value *
edge_mean;
73 typename gst::graph_t::constraint_t::type_value *
P1,*
P2;
76 typedef void (*
TFunctorFeedback)(
const GRAPH_T &graph,
const size_t iter,
const size_t max_iter,
const double cur_sq_error );