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

Remove all special fields in dashboard widget __init__s #2

Closed kaserf closed 12 years ago

kaserf commented 12 years ago

Currently the push button was developed to allow setting the string of the button in the constructor. this is nonsense since the button is created by drag and drop. A good default should be chosen and be hard coded in the DragButton class. The title of the button can be configured through the properties dialog.