Closed hodnajit closed 1 year ago
I too am having issues with the rolling-ros-core-jammy
docker images. It looks like it was last built ~1 month ago and I am having some linking issues with the image transport package.
Unfortunately today the rebuild of the images in the official docker library are bound to the rebuild of the base image. Usually the ubuntu base images are rebuilt once a month as the last jammy update was a month ago it should happen shorty
c.f. https://github.com/osrf/docker_images/issues/648#issuecomment-1341179283
Hi,
I am facing some issues with the newest released packages for ros:rolling in the docker image and updating the docker image would fix that.
Steps to reproduce the issue:
I run the official ros:rolling image
docker run -it ros:rolling
I run apt update && upgrade `apt-get update && apt-get upgrade
and the result is, that
But without this package, I cannot play rosbags successfully and get a segmentation fault.
If I run
apt install ros-rolling-rosbag2-storage-default-plugins
Everything is installed successfully and everything works.
What do you think?