Template Struct graphslam_traits
Defined in File types.h
Nested Relationships
Nested Types
Struct Documentation
-
template<class GRAPH_T>
struct graphslam_traits Auxiliary traits template for use among graph-slam problems to make life easier with these complicated, long data type names
- Template Parameters:
GRAPH_T – This will typically be any mrpt::graphs::CNetworkOfPoses<…>
Public Types
-
using SE_TYPE = mrpt::poses::Lie::SE<edge_poses_type::rotation_dimensions>
-
using TPairJacobs = std::pair<matrix_TxT, matrix_TxT>
-
using map_pairIDs_pairJacobs_t = std::multimap<mrpt::graphs::TPairNodeIDs, TPairJacobs>
-
struct observation_info_t
Auxiliary struct used in graph-slam implementation: It holds the relevant information for each of the constraints being taking into account.
Public Types
-
using gst = graphslam_traits<GRAPH_T>
-
using gst = graphslam_traits<GRAPH_T>