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

If widgets are added to the dashboard without a position, find a suitable one #6

Closed kaserf closed 12 years ago

kaserf commented 12 years ago

should widgets be able to be positioned on the dashboard automatically? if so we need an algorithm that calculates a free spot on the dashboard.

if not: remove TODO in Dashboard.addWidget()

kaserf commented 12 years ago

widgets are only added by drag and drop.