Classes | |
class | OccupancyGridDisplay |
class | OccupancyMapDisplay |
class | TemplatedOccupancyGridDisplay |
class | TemplatedOccupancyMapDisplay |
Enumerations | |
enum | OctreeVoxelColorMode { OCTOMAP_CELL_COLOR, OCTOMAP_Z_AXIS_COLOR, OCTOMAP_PROBABLILTY_COLOR } |
enum | OctreeVoxelRenderMode { OCTOMAP_FREE_VOXELS = 1, OCTOMAP_OCCUPIED_VOXELS = 2 } |
Variables | |
static const std::size_t | max_octree_depth_ = sizeof(unsigned short) * 8 |
static const std::size_t | max_octree_depth_ = sizeof(unsigned short) * 8 |
Enumerator | |
---|---|
OCTOMAP_CELL_COLOR | |
OCTOMAP_Z_AXIS_COLOR | |
OCTOMAP_PROBABLILTY_COLOR |
Definition at line 71 of file occupancy_grid_display.cpp.
Enumerator | |
---|---|
OCTOMAP_FREE_VOXELS | |
OCTOMAP_OCCUPIED_VOXELS |
Definition at line 65 of file occupancy_grid_display.cpp.
|
static |
Definition at line 49 of file occupancy_map_display.cpp.
|
static |
Definition at line 63 of file occupancy_grid_display.cpp.