10 #ifndef MRPT_COctoMap_H
11 #define MRPT_COctoMap_H
27 class CObservation2DRangeScan;
28 class CObservation3DRangeScan;
44 COctoMap(const
double resolution=0.10);
OctoMap: A probabilistic, flexible, and compact 3D mapping library for robotic systems.
Declares a virtual base class for all metric maps storage classes.
A flexible renderer of voxels, typically from a 3D octo map (see mrpt::slam::COctoMap).
#define DEFINE_SERIALIZABLE_PRE_CUSTOM_BASE_LINKAGE(class_name, base_name, _LINKAGE_)
This declaration must be inserted in all CSerializable classes definition, before the class declarati...
Declares a class that represents any robot's observation.
This is the global namespace for all Mobile Robot Programming Toolkit (MRPT) libraries.
#define DEFINE_SERIALIZABLE(class_name)
This declaration must be inserted in all CSerializable classes definition, within the class declarati...
A three-dimensional probabilistic occupancy grid, implemented as an octo-tree with the "octomap" C++ ...
A class used to store a 3D pose (a 3D translation + a rotation in 3D).
#define DEFINE_SERIALIZABLE_POST_CUSTOM_BASE_LINKAGE(class_name, base_name, _LINKAGE_)
A three-dimensional probabilistic occupancy grid, implemented as an octo-tree with the "octomap" C++ ...