Main MRPT website
>
C++ reference
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
mrpt
slam.h
Go to the documentation of this file.
1
/* +---------------------------------------------------------------------------+
2
| The Mobile Robot Programming Toolkit (MRPT) C++ library |
3
| |
4
| http://www.mrpt.org/ |
5
| |
6
| Copyright (C) 2005-2012 University of Malaga |
7
| |
8
| This software was written by the Machine Perception and Intelligent |
9
| Robotics Lab, University of Malaga (Spain). |
10
| Contact: Jose-Luis Blanco <jlblanco@ctima.uma.es> |
11
| |
12
| This file is part of the MRPT project. |
13
| |
14
| MRPT is free software: you can redistribute it and/or modify |
15
| it under the terms of the GNU General Public License as published by |
16
| the Free Software Foundation, either version 3 of the License, or |
17
| (at your option) any later version. |
18
| |
19
| MRPT is distributed in the hope that it will be useful, |
20
| but WITHOUT ANY WARRANTY; without even the implied warranty of |
21
| MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
22
| GNU General Public License for more details. |
23
| |
24
| You should have received a copy of the GNU General Public License |
25
| along with MRPT. If not, see <http://www.gnu.org/licenses/>. |
26
| |
27
+---------------------------------------------------------------------------+ */
28
#ifndef mrpt_slam_H
29
#define mrpt_slam_H
30
31
#include <mrpt/config.h>
32
33
// Only really include all headers if we come from a user program (anything
34
// not defining mrpt_*_EXPORTS) or MRPT is being built with precompiled headers.
35
#if !defined(mrpt_slam_EXPORTS) || MRPT_ENABLE_PRECOMPILED_HDRS || defined(MRPT_ALWAYS_INCLUDE_ALL_HEADERS)
36
37
// This is to try to avoid an internal compiler error in MSVC 2008... :-(
38
#if defined(mrpt_slam_EXPORTS) && MRPT_ENABLE_PRECOMPILED_HDRS
39
#include <
mrpt/base.h
>
40
#endif
41
42
// Maps:
43
#include <
mrpt/slam/CMetricMap.h
>
44
#include <
mrpt/slam/CPointsMap.h
>
45
#include <
mrpt/slam/CSimplePointsMap.h
>
46
#include <
mrpt/slam/CColouredPointsMap.h
>
47
#include <
mrpt/slam/COccupancyGridMap2D.h
>
48
#include <
mrpt/slam/CMultiMetricMap.h
>
49
#include <
mrpt/slam/CSimpleMap.h
>
50
#include <
mrpt/slam/CLandmarksMap.h
>
51
#include <
mrpt/slam/CLandmark.h
>
52
#include <
mrpt/slam/CGasConcentrationGridMap2D.h
>
53
54
#include <
mrpt/slam/CWirelessPowerGridMap2D.h
>
55
56
#include <
mrpt/slam/CBeaconMap.h
>
57
58
// Map Building algorithms:
59
#include <
mrpt/slam/CMetricMapBuilderICP.h
>
60
#include <
mrpt/slam/CMetricMapBuilderRBPF.h
>
61
#include <
mrpt/slam/CRangeBearingKFSLAM.h
>
62
#include <
mrpt/slam/CRangeBearingKFSLAM2D.h
>
63
64
// Observations:
65
#include <
mrpt/slam/CObservation.h
>
66
#include <
mrpt/slam/CObservation2DRangeScan.h
>
67
#include <
mrpt/slam/CObservation3DRangeScan.h
>
68
#include <
mrpt/slam/CObservationRange.h
>
69
#include <
mrpt/slam/CObservationImage.h
>
70
#include <
mrpt/slam/CObservationVisualLandmarks.h
>
71
#include <
mrpt/slam/CObservationStereoImages.h
>
72
#include <
mrpt/slam/CObservationBeaconRanges.h
>
73
#include <
mrpt/slam/CObservationGasSensors.h
>
74
#include <
mrpt/slam/CObservationWirelessPower.h
>
75
#include <
mrpt/slam/CObservationRFID.h
>
76
#include <
mrpt/slam/CObservationGPS.h
>
77
#include <
mrpt/slam/CObservationBatteryState.h
>
78
#include <
mrpt/slam/CObservationIMU.h
>
79
#include <
mrpt/slam/CObservationOdometry.h
>
80
#include <
mrpt/slam/CObservationBearingRange.h
>
81
#include <
mrpt/slam/CObservationComment.h
>
82
83
#include <
mrpt/slam/observations_overlap.h
>
84
85
#include <
mrpt/slam/CSensoryFrame.h
>
86
87
// Actions:
88
#include <
mrpt/slam/CActionCollection.h
>
89
#include <
mrpt/slam/CActionRobotMovement2D.h
>
90
#include <
mrpt/slam/CActionRobotMovement3D.h
>
91
92
93
// Algorithms:
94
#include <
mrpt/slam/CMonteCarloLocalization2D.h
>
95
#include <
mrpt/slam/CMonteCarloLocalization3D.h
>
96
97
#include <
mrpt/slam/CICP.h
>
98
#include <
mrpt/slam/CGridMapAligner.h
>
99
100
#include <
mrpt/slam/CDetectorDoorCrossing.h
>
101
#include <
mrpt/slam/CIncrementalMapPartitioner.h
>
102
#include <
mrpt/slam/CPathPlanningMethod.h
>
103
#include <
mrpt/slam/CPathPlanningCircularRobot.h
>
104
#include <
mrpt/slam/CRejectionSamplingRangeOnlyLocalization.h
>
105
106
#include <
mrpt/slam/data_association.h
>
107
108
// PDFs:
109
#include <
mrpt/slam/CMultiMetricMapPDF.h
>
110
111
// Others:
112
#include <
mrpt/slam/CRawlog.h
>
113
114
#include <
mrpt/slam/COccupancyGridMapFeatureExtractor.h
>
115
116
#endif // end precomp.headers
117
118
#endif
Page generated by
Doxygen 1.8.3
for MRPT 0.9.6 SVN: at Fri Feb 15 22:05:02 EST 2013