#include <marker_detection_display.h>
Public Member Functions | |
MarkerDetectionDisplay () | |
virtual | ~MarkerDetectionDisplay () |
Protected Member Functions | |
virtual void | onInitialize () |
virtual void | reset () |
Private Slots | |
void | updateVisual () |
Private Member Functions | |
void | processMessage (const marker_msgs::MarkerDetection::ConstPtr &msg) |
Private Attributes | |
rviz::ColorProperty * | _colourLabelProperty |
rviz::FloatProperty * | _markerSizeProperty |
rviz::BoolProperty * | _showAxesProperty |
rviz::BoolProperty * | _showLabelProperty |
rviz::BoolProperty * | _showMarkerProperty |
MarkerDetectionVisual * | _visual |
Definition at line 68 of file marker_detection_display.h.
Definition at line 55 of file marker_detection_display.cpp.
Definition at line 77 of file marker_detection_display.cpp.
void marker_rviz_plugin::MarkerDetectionDisplay::onInitialize | ( | ) | [protected, virtual] |
Reimplemented from rviz::MessageFilterDisplay< marker_msgs::MarkerDetection >.
Definition at line 71 of file marker_detection_display.cpp.
void marker_rviz_plugin::MarkerDetectionDisplay::processMessage | ( | const marker_msgs::MarkerDetection::ConstPtr & | msg | ) | [private] |
Definition at line 94 of file marker_detection_display.cpp.
void marker_rviz_plugin::MarkerDetectionDisplay::reset | ( | ) | [protected, virtual] |
Reimplemented from rviz::MessageFilterDisplay< marker_msgs::MarkerDetection >.
Definition at line 81 of file marker_detection_display.cpp.
void marker_rviz_plugin::MarkerDetectionDisplay::updateVisual | ( | ) | [private, slot] |
Definition at line 85 of file marker_detection_display.cpp.
Definition at line 101 of file marker_detection_display.h.
Definition at line 102 of file marker_detection_display.h.
Definition at line 98 of file marker_detection_display.h.
Definition at line 100 of file marker_detection_display.h.
Definition at line 99 of file marker_detection_display.h.
Definition at line 104 of file marker_detection_display.h.