You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After pulling the latest kinetic Docker base image, my images with tf2_web_republisher are no longer working. There is a segfault immediately on startup.
To reproduce:
Build this Dockerfile:
FROM ros:kinetic
RUN apt-get update \
&& apt-get -y install ros-kinetic-tf2-web-republisher \
&& rm -rf /var/lib/apt/lists/*
CMD rosrun tf2_web_republisher tf2_web_republisher
Start a local roscore
Run the Docker image with --net=host
Observe output: Segmentation fault (core dumped)
Change the distro to "lunar" and observe that it works properly.
The text was updated successfully, but these errors were encountered:
After pulling the latest kinetic Docker base image, my images with tf2_web_republisher are no longer working. There is a segfault immediately on startup.
To reproduce:
roscore
--net=host
Segmentation fault (core dumped)
The text was updated successfully, but these errors were encountered: