-
Notifications
You must be signed in to change notification settings - Fork 161
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? #84
Comments
Pull request to release on noetic done: ros/rosdistro#27638 I don't know when is the next sync, but it will be released sometime soon :) Thanks for the heads up! (I also re-released on melodic to get the latest fixes there). |
Great, thanks a lot for the quick reaction! |
@PfeifferMicha Unfortunately, the buildfarm failed to build it for Noetic: The error itself is:
I thought it would just go through based on your comment, can you take a look? |
Oh, I see what happened. It is using a very old release. I need to make a new version first. My bad. |
Ok, done again: ros/rosdistro#27648 (and melodic too ros/rosdistro#27649). I did ran a pre-release but it failed before actually getting to build the code for some issue with my machine. It was late so I had no time to look into it. |
I'll need to get this through first: #85 |
Ah, the errors above seem to be OpenCV errors. It's possible that the machine I was running it on had both OpenCV 4 and an older version installed, maybe that's why it compiled without issues for me? |
@PfeifferMicha if you have time to look into it, that would be great. Note that I started a bit of that effort in this branch: Where I patched up a little bug and enabled automated testing on noetic. I believe that If you make Pull Request, the CI will trigger on each commit, so you may have a bit less pain testing if your changes work for a release (i.e. it builds and it successfully runs the tests). Otherwise, I'd recommend you to try to fix it inside of a docker container instead of a on a native system. I can try to help you to set that up if you have difficulties. |
Hi,
as far as I can tell, the newest officially supported version is melodic. Is there a reason for this? In my build, the newest version of this works fine if I clone it into my (noetic) catkin workspace.
Are there plans to officially support noetic as well?
Otherwise, is there an official replacement?
Thanks
The text was updated successfully, but these errors were encountered: