ros / bond_core

Maintains a bond (i.e. heart beat ) between ROS nodes and provides feedback when the bond is broken
http://www.ros.org/wiki/bond_core
35 stars 63 forks source link

Fix import #48

Closed mgrrx closed 4 years ago

mgrrx commented 5 years ago

Fixes import statement (required for python3)

mjcarroll commented 5 years ago

CI seems to be having trouble with this. Can you modify it to maintain compatibility with Python2 as well?

mgrrx commented 5 years ago

yep, on it

mgrrx commented 5 years ago

CI is happy now. I went for package relative imports since these work for both versions

mikepurvis commented 4 years ago

Any chance we can get a new tag for this change? Going to be needed for Noetic regardless.