ros / class_loader

ROS-independent library for dynamic class (i.e. plugin) introspection and loading from runtime libraries
http://www.ros.org/wiki/class_loader
35 stars 95 forks source link

Python 3 support #122

Closed mgrrx closed 4 years ago

mgrrx commented 5 years ago

generated using 2to3

nuclearsandwich commented 5 years ago

It doesn't appear that this change remains compatible with Python2. Since that's the case it likely cannot target melodic-devel.

mgrrx commented 5 years ago

the changes are compatible with python 2.

dirk-thomas commented 5 years ago

the changes are compatible with python 2.

I would second that after reading the diff. :+1:

nuclearsandwich commented 5 years ago

Thanks for the input. I hadn't had a chance to try it locally but made assumptions based on the removal of future imports.

nuclearsandwich commented 4 years ago

Thanks for contributing!