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

implement handlers for the simple datatypes we can handle #26

Closed kaserf closed 12 years ago

kaserf commented 12 years ago

rosdashboard.logint() rosdashboard.logdouble() rosdashboard.logstring() ...

(make use of pythons duck typing and have only one method?)