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 |
Definition at line 71 of file occupancy_grid_display.cpp.
Definition at line 65 of file occupancy_grid_display.cpp.
static const std::size_t octomap_rviz_plugin::max_octree_depth_ = sizeof(unsigned short) * 8 [static] |
Definition at line 63 of file occupancy_grid_display.cpp.