10 #ifndef MRPT_CColouredOctoMap_H
11 #define MRPT_CColouredOctoMap_H
24 class CObservation2DRangeScan;
25 class CObservation3DRangeScan;
59 bool getPointColour(
const float x,
const float y,
const float z, uint8_t& r, uint8_t& g, uint8_t& b)
const;
62 void updateVoxelColour(
const double x,
const double y,
const double z,
const uint8_t r,
const uint8_t g,
const uint8_t b);
OctoMap: A probabilistic, flexible, and compact 3D mapping library for robotic systems.
TColourUpdate
This allows the user to select the desired method to update voxels colour.
TColourUpdate m_colour_method
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...
TColourUpdate getVoxelColourMethod()
Get the method used to update voxels colour.
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 class used to store a 3D pose (a 3D translation + a rotation in 3D).
A three-dimensional probabilistic occupancy grid, implemented as an octo-tree with the "octomap" C++ ...
void setVoxelColourMethod(TColourUpdate new_method)
Set the method used to update voxels colour.
#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++ ...