NimbRo ROS Soccer Package
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
mymarkerdisplay.h
1 #ifndef MYMARKERDISPLAY_H
2 #define MYMARKERDISPLAY_H
3 
4 #include <rviz/display.h>
5 #include <rviz/default_plugin/marker_display.h>
6 
7 #include <ros/package.h>
8 #include <ros/console.h>
9 
10 
11 class MyMarkerDisplay : public rviz::MarkerDisplay
12 {
13 public:
14  MyMarkerDisplay();
15  //virtual ~RobotDisplay();
16 
17  void update( float wall_dt, float ros_dt );
18 };
19 
20 #endif