RethinkRobotics-opensource / gennodejs

ROS JavaScript message definition and serialization generators
Apache License 2.0
7 stars 21 forks source link

Fix python3 incompatibility in generate.py. #9

Closed de-vri-es closed 8 years ago

de-vri-es commented 8 years ago

This PR fixes a python3 incompatibility in gennodejs/generate.py. It was using the old python2 print keyword rather than the function.

IanTheEngineer commented 8 years ago

Good find, Maarten. Thank you for the contribution!