Skip to content
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

ros1 docker image is broken #150

Closed
jhurliman opened this issue Feb 7, 2023 · 3 comments · Fixed by #159
Closed

ros1 docker image is broken #150

jhurliman opened this issue Feb 7, 2023 · 3 comments · Fixed by #159
Labels
bug Something isn't working

Comments

@jhurliman
Copy link
Contributor

$ docker run --rm -it -v /opt/ros:/opt/ros --net=host ghcr.io/foxglove/noetic-ros1-bridge
/ros_entrypoint.sh: line 5: /opt/ros/noetic/setup.bash: No such file or directory
@jhurliman jhurliman added the bug Something isn't working label Feb 7, 2023
@foxhubber
Copy link

foxhubber bot commented Feb 7, 2023

Linear: FG-1802

@achim-k
Copy link
Collaborator

achim-k commented Feb 7, 2023

This happens when you don't have a local ros installation (/opt/ros/...). Leaving out the -v /opt/ros:/opt/ros makes it work. It's the same for #149

I think we should consider removing documentation for the docker images. They offer little value as they don't work with custom types.

@defunctzombie
Copy link
Contributor

I second getting rid of these images. I do not think they fall into a typical ROS workflow. It is not worth the time to maintain and fix them.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Development

Successfully merging a pull request may close this issue.

3 participants