misc: bump image_transport_plugins to 1.15.0-1
I am not completely sure if this is the correct way, but https://github.com/ros/rosdistro/pull/42174 was merged to the ros-distro. So I would like bump image transport plugins on robostack-staging to 1.15.0.
Bump, do I need to do anything else to get these published?
Sorry I’ve been really busy with teaching and paper/grant writing.
I think we shouldn’t bump individual packages for reasons outlined in https://github.com/RoboStack/ros-humble/pull/204
We should instead aim for a full rebuild of all packages.
Okay, is there any process to do that? The problem at the moment is, that the image_transport_plugins is broken on ros-distro-mutex 0.5 due to an opencv update.
Okay, is there any process to do that? The problem at the moment is, that the
image_transport_pluginsis broken onros-distro-mutex 0.5due to anopencvupdate.
In which sense? As a temporary solution have you considered pinning opencv to a working version?
https://github.com/ros/rosdistro/issues/42149
And: https://github.com/ros-perception/image_transport_plugins/pull/130
ros-distro-mutex 0.5 pins opencv to 4.9. This introduced strict assert check on params.size() in various functions. There is AFAIK no other way releasing the correct version of image_transport_plugins as opencv is pinned by the mutex. Currently we have released the patched version on an internal quetz server.
Thanks, now the situation is clear to me.
Will be done in #501