Main MRPT website > C++ reference
MRPT logo
lib_mrpt_maps.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-2014, 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 
10 /** \defgroup mrpt_maps_grp [mrpt-maps]
11 
12 <small> <a href="index.html#libs">Back to list of all libraries</a> | <a href="modules.html" >See all modules</a> </small>
13 <br>
14 
15 <h2>Library <code>mrpt-maps</code></h2>
16 <hr>
17 
18 This library includes (almost) all the maps usable for localization or mapping
19 in the rest of MRPT classes.
20 
21 Interesting starting points:
22 <ul>
23 <li> To see the list of existing metric maps, see the classes inheriting from
24 the base virtual mrpt::slam::CMetricMap. <b>Note:</b> There are two special
25 maps which are not declared here in mrpt-maps, but
26 in <a href="mrpt-vision.html" >mrpt-vision</a>, due to their
27 heavy dependence on computer vision functions. </li>
28 <li> This library includes an embedded version of the ANN library for
29 kd-tree fast construction and queries. It's used internally in CPointsMap, but
30 could be used directly by the user. See ANNkd_tree. </li>
31 <li> This library also adds new classes to the namespace mrpt::opengl, which
32 couldn't be included in the library mrpt-opengl due to its heavy dependence on
33 map classes declared here. The classes are:
34 mrpt::opengl::CAngularObservationMesh,
35 mrpt::opengl::CPlanarLaserScan </li>
36 </ul>
37 
38 Please, note that there is another very important map class
39 (mrpt::slam::CMultiMetricMap) which is not in mrpt-maps, but in the library mrpt-slam
40 (the reason is that there is not another reasonable way to factor MRPT into small libraries).
41 
42 
43 See the list of classes in mrpt::slam (not all those classes are in mrpt-maps).
44 
45 
46 
47 
48 */
49 



Page generated by Doxygen 1.8.8 for MRPT 1.2.2 SVN:Unversioned directory at Tue Oct 14 02:14:08 UTC 2014