kaserf / rosdashboard

ROS Dashboard is a graphical tool to allow you easy debugging and monitoring of your robot. It is designed to give you all the flexibility to extend the tool however you want to fit your scenario best.
7 stars 1 forks source link

Figure out whether the subscription part of a widget can go to the super class or not #19

Closed kaserf closed 12 years ago

kaserf commented 12 years ago

it looks like probably every widget will subscribe to a topic. maybe the code for that can go to the super class (DashboardWidget)

kaserf commented 12 years ago

done.