MRPT  1.9.9
slam.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: https://www.mrpt.org/License |
8  +------------------------------------------------------------------------+ */
9 #pragma once
10 
11 #ifndef MRPT_NO_WARN_BIG_HDR
13  "Including <mrpt/slam.h> makes compilation much slower, consider including "
14  "only what you need (define MRPT_NO_WARN_BIG_HDR to disable this warning)")
15 #endif
16 
17 #include <mrpt/config.h>
18 
19 // Maps:
20 #include <mrpt/maps.h>
21 #include <mrpt/maps/CMultiMetricMap.h> // This class is in [mrpt-slam]
22 #include <mrpt/maps/CMultiMetricMapPDF.h> // This class is in [mrpt-slam]
23 
24 // Map Building algorithms:
29 
30 // Observations:
31 #include <mrpt/obs.h>
32 #include <mrpt/obs/CObservationVisualLandmarks.h> // In [mrpt-vision]
33 
34 // Algorithms:
36 #include <mrpt/slam/CICP.h>
42 
43 // Others:
#define MRPT_WARNING(x)
Definition: common.h:128



Page generated by Doxygen 1.8.14 for MRPT 1.9.9 Git: 3a26b90fd Wed Mar 25 20:17:03 2020 +0100 at miƩ mar 25 23:05:41 CET 2020