-
Notifications
You must be signed in to change notification settings - Fork 129
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for python3 with ROS1 #429
Support for python3 with ROS1 #429
Conversation
65aa7fd
to
e55b73d
Compare
Works, but the auto-generation is not as powerful without ros-infrastructure/rosinstall_generator#25 being fixed. |
0202e8f
to
5ee6370
Compare
I have tried this out, with one of my repositories, but I have not been successful. I tried to run ROS melodic with Python3 and got as error message: "env: ‘rosdep’: No such file or directory". Am I missing something? Here is the build report: https://travis-ci.org/arturmiller/pybind11_examples/jobs/628120545#L186 |
@arturmiller: |
In your case |
Just now I see what it takes to support Python3. Your are right a dependency is not Python3 ready. This is the reason for my error. I was able to create a minimal example, which is tested with Melodic and Python3. |
This is not needed anymore.. |
addresses #274
It looks like ROS1 must be rebuilt from scratch in order to support python3.
So I add a
ROS_FROM_SCRATCH
feature, which usesrosinstall_generator
to fetch all released sources.The latter came in handy add support for
noetic
(based on Debian Buster) as well.