MRPT  2.0.1
lib_mrpt_graphs.h
Go to the documentation of this file.
1 /* +---------------------------------------------------------------------------+
2  | Mobile Robot Programming Toolkit (MRPT) |
3  | https://www.mrpt.org/ |
4  | |
5  | Copyright (c) 2005-2020, Individual contributors, see AUTHORS file |
6  | See: https://www.mrpt.org/Authors - All rights reserved. |
7  | Released under BSD License. See details in https://www.mrpt.org/License |
8  +---------------------------------------------------------------------------+
9  */
10 
11 /** \defgroup mrpt_graphs_grp [mrpt-graphs]
12 
13 Graphs data structures (directed graphs, trees, graphs of pose constraints),
14 graphs algorithms
15 
16 <small> <a href="index.html#libs">Back to list of all libraries</a> | <a
17 href="modules.html" >See all modules</a> </small> <br>
18 
19 # Library `mrpt-graphs`
20 
21 This C++ library is part of MRPT and can be installed in Debian-based systems
22 with:
23 
24  sudo apt install libmrpt-graphs-dev
25 
26 See: \ref mrpt_from_cmake
27 
28 Graph-related stuff: generic directed graphs (mrpt::graphs::CDirectedGraph) and
29 trees (mrpt::graphs::CDirectedTree).
30 
31 Graphs of pose constraints are also defined in this library, via a generic
32 template mrpt::graphs::CNetworkOfPoses, capable of reading and writing to both
33 binary and <a href="http://www.mrpt.org/Robotics_file_formats" >text pose-graph
34 file</a> formats.
35 
36 Predefined typedefs exist for:
37  - mrpt::graphs::CNetworkOfPoses2D -> Edges are 2D graphs (x,y,phi), without
38 uncertainty.
39  - mrpt::graphs::CNetworkOfPoses3D -> Edges are 3D graphs
40 (x,y,z,yaw,pitch,roll), without uncertainty.
41  - mrpt::graphs::CNetworkOfPoses2DInf -> Edges are 2D graphs (x,y,phi), with an
42 inverse covariance (information) matrix.
43  - mrpt::graphs::CNetworkOfPoses3DInf -> Edges are 3D graphs
44 (x,y,z,yaw,pitch,roll), with an inverse covariance (information) matrix.
45 
46 
47 
48 */



Page generated by Doxygen 1.8.14 for MRPT 2.0.1 Git: 0fef1a6d7 Fri Apr 3 23:00:21 2020 +0200 at vie abr 3 23:20:28 CEST 2020