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

Typecheck the widgets dragged on the dashboard? #7

Closed kaserf closed 12 years ago

kaserf commented 12 years ago

Currently everything that is a dashboard widget gets re-positioned on the dashboard if it is dropped on it. Everything else is considered a new widget dragged from the toolbox. This could be an issue if users drag arbitrary stuff (like text) on the dashboard.

We should probably typecheck if the widget to be dropped is one from the toolbox or not.