ros-perception / vision_opencv

Apache License 2.0
536 stars 599 forks source link

Rolling Ubuntu Jammy image_geometry build disabled since 3-7-2024 #530

Open ScottMonaghan opened 2 months ago

ScottMonaghan commented 2 months ago

@ijnek, I'm not sure if this is intentional, but I just wanted to bring it up in case you aren't aware. As of writing, the Jammy image_geometry build for rolling is currently disabled since multiple failures on March 7, 2024.

I did see the noble build is succeeding.

Should the jammy build be working or is rolling moving to noble (in which case I will update my dev environment accordingly).

https://build.ros2.org/job/Rsrc_uJ__image_geometry__ubuntu_jammy__source/

image

ScottMonaghan commented 2 months ago

Following up on this I see that Rolling is currently transitioning into noble.

https://discourse.ros.org/t/preparing-ros-2-rolling-for-the-transition-to-ubuntu-24-04/35673/17

@ijnek, is your plan to support noble moving forward and cease support for Jammy (with Rolling releases)?

ijnek commented 2 months ago

@ScottMonaghan thanks for raising this issue. I was unaware that the builds were failing, but I see the source builds for rolling on noble are passing, so it seems that this issue is resolved.

You're right, rolling is now meant to be on ubuntu noble 24.04 and support for Jammy is dropped. Releases can't be made for rolling on jammy.

If you do consider using rolling for your development, now is a good time to make the switch.

ScottMonaghan commented 2 months ago

Thanks @ijnek!

I just upgraded the other night to the noble nightly build.

Anything else you'd like me to take a look at in the image_geometry or overall repo?

I'm much stronger with Python than C++, but I do work with both professionally--for better or worse:)