A repository for creating OCI containers with ROS and CUDA/OpenGL.
Example:
podman pull docker.io/acxz/ros-cudagl:noetic-desktop-full_11.4.2-devel-ubuntu20.04
.env
fileMake sure to change the ROS_TAG
and CUDAGL_TAG
with the appropriate image
tags provided by osrf/ros and
nvidia/cudagl.
podman-compose build
podman-compose build && podman-compose run -d --name ros_cudagl_container ros_cudagl
podman exec -it ros_cudagl_container /bin/bash
Specify the ros and cudagl combination tags to push images to docker hub in the
hub_push.sh
script and run as follows.
Make sure you are logged in via: podman login docker.io
sh hub_push.sh