-
Notifications
You must be signed in to change notification settings - Fork 16
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
ros one for 22.04 in dockerhub #37
Comments
Having an issue running Actually the issue is that the catkin_tools isn't installed at all into the debian docker image, ubuntu_2204/Dockerfile installs it to /opt/ros/base - nothing puts that into a deb. For now build those tools separately in debian/Dockerfile, later wrap them up in a deb. |
Now the deb installed in docker isn't producing a ROS_PACKAGE_PATH, can set it manually but commands like rosrun xacro xacro don't work:
|
Set it up to use the pre-built install.tgz instead -> |
Next will have a v0.0.7 version with https://github.com/lucasw/ros_from_src/releases/tag/ros2204-v0.0.7-vdb-mapping Need to upload the contents of |
Use debian package from the 0.0.6 release https://github.com/lucasw/ros_from_src/releases/tag/ros2204-v0.0.6
Download the full deb file and extract it in ros_from_src/debian
https://github.com/lucasw/ros_from_src/tree/debianize
Make the lateset here contain the 0.0.6 version:
https://hub.docker.com/r/lucasw0/ros_from_src_ubuntu_2204
Once tested push to
:latest
And once that is done other dockerfiles can use it like this:
The text was updated successfully, but these errors were encountered: