#include <occupancy_map_display.h>
Public Member Functions | |
OccupancyMapDisplay () | |
virtual | ~OccupancyMapDisplay () |
Protected Member Functions | |
void | handleOctomapBinaryMessage (const octomap_msgs::OctomapConstPtr &msg) |
virtual void | onInitialize () |
virtual void | subscribe () |
virtual void | unsubscribe () |
Protected Attributes | |
unsigned int | octree_depth_ |
boost::shared_ptr < message_filters::Subscriber < octomap_msgs::Octomap > > | sub_ |
rviz::IntProperty * | tree_depth_property_ |
Private Slots | |
void | updateTopic () |
void | updateTreeDepth () |
Definition at line 50 of file occupancy_map_display.h.
Definition at line 51 of file occupancy_map_display.cpp.
Definition at line 67 of file occupancy_map_display.cpp.
void octomap_rviz_plugin::OccupancyMapDisplay::handleOctomapBinaryMessage | ( | const octomap_msgs::OctomapConstPtr & | msg | ) | [protected] |
Definition at line 135 of file occupancy_map_display.cpp.
void octomap_rviz_plugin::OccupancyMapDisplay::onInitialize | ( | ) | [protected, virtual] |
Reimplemented from rviz::MapDisplay.
Definition at line 72 of file occupancy_map_display.cpp.
void octomap_rviz_plugin::OccupancyMapDisplay::subscribe | ( | ) | [protected, virtual] |
Reimplemented from rviz::MapDisplay.
Definition at line 90 of file occupancy_map_display.cpp.
void octomap_rviz_plugin::OccupancyMapDisplay::unsubscribe | ( | ) | [protected, virtual] |
Reimplemented from rviz::MapDisplay.
Definition at line 119 of file occupancy_map_display.cpp.
void octomap_rviz_plugin::OccupancyMapDisplay::updateTopic | ( | ) | [private, slot] |
Reimplemented from rviz::MapDisplay.
Definition at line 82 of file occupancy_map_display.cpp.
void octomap_rviz_plugin::OccupancyMapDisplay::updateTreeDepth | ( | ) | [private, slot] |
Definition at line 77 of file occupancy_map_display.cpp.
unsigned int octomap_rviz_plugin::OccupancyMapDisplay::octree_depth_ [protected] |
Definition at line 70 of file occupancy_map_display.h.
boost::shared_ptr<message_filters::Subscriber<octomap_msgs::Octomap> > octomap_rviz_plugin::OccupancyMapDisplay::sub_ [protected] |
Definition at line 68 of file occupancy_map_display.h.
Definition at line 71 of file occupancy_map_display.h.