RethinkRobotics-opensource / gennodejs

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

Upgrade to Python3.x for ROS N-Turtle #16

Open IanTheEngineer opened 6 years ago

IanTheEngineer commented 6 years ago

There is discussion in a REP for forcing a Python2.x -> Python 3.x transition during the N-Turtle release. See https://github.com/ros-infrastructure/rep/pull/149 for details.

dirk-thomas commented 4 years ago

@sloretz FYI

dirk-thomas commented 4 years ago

@chris-smith Friendly ping since this package is required to bootstrap ROS Noetic which uses Python 3.

IanTheEngineer commented 4 years ago

@chris-smith - I'm slightly slammed with other work right now. How much work do you anticipate it will be to port this to Python 3.x?

chris-smith commented 4 years ago

As far as I'm aware it should work for python 3 - I was able to build messages with it using python 3 and ROS melodic. I assume we'll need to do a new release for the changes @sloretz made though.