System: Jetson Orin Nano, JetPack 6.2.1, Isaac ROS Dev Docker Image.
Problem: Standard ROS 2 GUI tools fail to render video from a source-built ZED camera driver, even though the underlying SDK and hardware are functional inside the container.
Steps to Reproduce:
- Follow the official “Isaac ROS ZED Setup” guide to successfully build the
zed-ros2-wrapperfrom source inside the container. - Verify the SDK works: Run
/usr/local/zed/tools/ZED_Explorerinside the container. Result: Success. Live video is displayed correctly. - Launch the ROS 2 driver:
ros2 launch zed_wrapper zed_camera.launch.py .... The node starts and publishes topics (confirmed viaros2 topic list). - Launch
rviz2and add anImagedisplay for the camera topic with QoS set toBest Effort.
Observed Result: The RViz display remains blank. No video is shown.
Conclusion: A potential incompatibility between the ROS 2 Humble visualization tools and the graphics stack in the official Isaac ROS container for JetPack 6.2.1.