Main MRPT website
>
C++ reference
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
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
#ifndef _mrpt_maps_H
11
#define _mrpt_maps_H
12
13
#ifndef MRPT_NO_WARN_BIG_HDR
14
#include <
mrpt/utils/core_defs.h
>
15
MRPT_WARNING
(
"Including <mrpt/maps.h> makes compilation much slower, consider including only what you need (define MRPT_NO_WARN_BIG_HDR to disable this warning)"
)
16
#endif
17
18
#include <mrpt/config.h>
19
20
#include <
mrpt/slam/CBeacon.h
>
21
#include <
mrpt/slam/CBeaconMap.h
>
22
#include <
mrpt/slam/CColouredPointsMap.h
>
23
#include <
mrpt/slam/CGasConcentrationGridMap2D.h
>
24
#include <
mrpt/slam/CWirelessPowerGridMap2D.h
>
25
#include <
mrpt/slam/CHeightGridMap2D.h
>
26
#include <
mrpt/slam/CReflectivityGridMap2D.h
>
27
#include <
mrpt/slam/COccupancyGridMap2D.h
>
28
#include <
mrpt/slam/CPointsMap.h
>
29
#include <
mrpt/slam/CSimplePointsMap.h
>
30
#include <
mrpt/slam/CWeightedPointsMap.h
>
31
#include <
mrpt/slam/COctoMap.h
>
32
#include <
mrpt/slam/CColouredOctoMap.h
>
33
34
//#include <mrpt/slam/PCL_adapters.h> // NOTE: This file must be included from the user
35
// code only if he has already #include'd PCL headers.
36
37
#include <
mrpt/opengl/CAngularObservationMesh.h
>
38
#include <
mrpt/opengl/CPlanarLaserScan.h
>
39
40
#endif
MRPT_WARNING
MRPT_WARNING("This is an old header, please replace with <mrpt/math.h>")
CWirelessPowerGridMap2D.h
CSimplePointsMap.h
COctoMap.h
CWeightedPointsMap.h
CColouredPointsMap.h
CGasConcentrationGridMap2D.h
CBeacon.h
CHeightGridMap2D.h
COccupancyGridMap2D.h
CPointsMap.h
CColouredOctoMap.h
CBeaconMap.h
CPlanarLaserScan.h
CAngularObservationMesh.h
CReflectivityGridMap2D.h
core_defs.h
Page generated by
Doxygen 1.8.8
for MRPT 1.2.2 SVN:Unversioned directory at Tue Oct 14 02:14:08 UTC 2014