System:
-
Ubuntu 22.04.5 LTS
-
ROS 2 Humble
-
NVIDIA Driver 595.71.05
-
CUDA Toolkit 12.8
-
GPU: NVIDIA GeForce RTX 5050 Laptop GPU
-
Docker 29.5.3
-
NVIDIA Container Runtime working
Verification:
-
nvidia-smi works
-
nvcc works
-
Docker GPU passthrough works:
docker run --rm --gpus all nvidia/cuda:12.8.0-base-ubuntu22.04 nvidia-smi
Repositories:
-
isaac_ros_common release-4.4
-
isaac_ros_visual_slam release-4.4
Issue:
I attempted to use the Isaac ROS development container workflow. The Docker image build starts successfully and downloads the base image, but fails during Dockerfile.x86_64 execution with:
E: Unable to locate package nvv4l2
Relevant section:
RUN apt-get update && apt-get install -y
nvv4l2
The build stops at this point before Visual SLAM is compiled.
Questions:
-
Is nvv4l2 still expected to be available for Isaac ROS 4.4 on Ubuntu 22.04 x86_64?
-
Has this package been renamed, moved, or removed from the current repositories?
-
Is there an updated Isaac ROS 4.4 setup workflow for x86_64 systems with newer GPUs such as RTX 5050?
Any guidance would be appreciated.