Main MRPT website > C++ reference for MRPT 1.9.9
TMRSlamEdgeAnnotations.h
Go to the documentation of this file.
1 /* +------------------------------------------------------------------------+
2  | Mobile Robot Programming Toolkit (MRPT) |
3  | http://www.mrpt.org/ |
4  | |
5  | Copyright (c) 2005-2018, Individual contributors, see AUTHORS file |
6  | See: http://www.mrpt.org/Authors - All rights reserved. |
7  | Released under BSD License. See details in http://www.mrpt.org/License |
8  +------------------------------------------------------------------------+ */
9 #ifndef TMRSLAMEDGEANNOTATIONS_H
10 #define TMRSLAMEDGEANNOTATIONS_H
11 
12 namespace mrpt
13 {
14 namespace graphs
15 {
16 namespace detail
17 {
18 /**\brief Struct to be used as the EDGE_ANNOTATIONS template argument in
19  * CNetworkOfPoses class instances for use in multiple-robot SLAM applications
20  *
21  * \ingroup mrpt_graphs_grp
22  */
24 {
25  /**\brief Indicate whether this edge is a connection between nodes that have
26  * been registered by two different SLAM agents
27  */
29 };
30 }
31 }
32 } // end of namespaces
33 
34 #endif /* end of include guard: TMRSLAMEDGEANNOTATIONS_H */
mrpt::graphs::detail::TMRSlamEdgeAnnotations
Struct to be used as the EDGE_ANNOTATIONS template argument in CNetworkOfPoses class instances for us...
Definition: TMRSlamEdgeAnnotations.h:23
mrpt
This is the global namespace for all Mobile Robot Programming Toolkit (MRPT) libraries.
Definition: CKalmanFilterCapable.h:30
mrpt::graphs::detail::TMRSlamEdgeAnnotations::is_interconnecting_edge
bool is_interconnecting_edge
Indicate whether this edge is a connection between nodes that have been registered by two different S...
Definition: TMRSlamEdgeAnnotations.h:28



Page generated by Doxygen 1.8.17 for MRPT 1.9.9 Git: ad3a9d8ae Tue May 1 23:10:22 2018 -0700 at miƩ 12 jul 2023 10:03:34 CEST