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 a good way to have "publisher" widgets #3

Open kaserf opened 12 years ago

kaserf commented 12 years ago

Right now the focus is on widgets that subscribe to a topic and display the data in the widget. In the future it could be a good idea to have control widgets (like buttons, input fields and other controls) alongside the display widgets. It could be difficult to figure out a generic way to publish to topics. this needs a good concept that allows third party widget developers to integrate their own widgets easily.