ros-visualization / rqt_graph

http://wiki.ros.org/rqt_graph
26 stars 27 forks source link

Fixes for Python3 #10

Closed kartikmohta closed 7 years ago

kartikmohta commented 7 years ago

The filter method returns an iterator in Python3 instead of a list. Python3 support requires https://github.com/ros-visualization/qt_gui_core/pull/88 to be merged in as well.

dirk-thomas commented 7 years ago

Thank you for the patch!