-
Notifications
You must be signed in to change notification settings - Fork 69
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
Noetic release #55
Noetic release #55
Conversation
Signed-off-by: ahcorde <[email protected]>
Signed-off-by: ahcorde <[email protected]>
Signed-off-by: ahcorde <[email protected]>
@ahcorde Looks like your python3 change (for some reason?) made the test fail. Can you have a look? |
Noetic should work on Ubuntu Focal and Python3. In the error I see that tests are being launched with Python2.7
|
I assume you want to say your patch is not python2/3 compatible? |
I have created a source job to be able to test it in the buildfarm in the right conditions |
Thanks, MoveIt's own CI is currently not yet up to the task. I guess we want to get our CI ready for it before merging this though. |
There is not even a ROS Noetic docker image available: https://hub.docker.com/_/ros?tab=tags&page=1&name=noetic |
I'm working in to unblock some metapackages to be able to create the Docker images. |
Is there a list of pending packages somewhere? |
That's quite a list... wow. Thank you for working on it. Is there also a list of all packages required for the docker image? |
Here you can find the specific list for the metapackages repository: http://repositories.ros.org/status_page/blocked_releases_noetic.html?q=id%3D%22metapackages%22&s=6&r=1 |
@rhaschke you just merged this in the new Feel free to merge it back there and drop the noetic branch again for now. |
For now, melodic-devel and noetic-devel are on par. |
@ahcorde added a source entry for |
Following the guidelines to migrate packages to noetic
Python3 changes
import setup from setuptools instead of distutils-core
Bump CMake version to avoid CMP0048 warning
This bumps the minimum CMake version to 3.0.2, which is the minimum supported by ROS Kinetic and new enough to default to the NEW behavior of CMP0048. This avoids a CMake warning when building and testing this package in Debian Buster and Ubuntu Focal.