Summary
ros-jazzy-isaac-ros-argus-camera is absent from Isaac ROS 4.6 apt repositories. For users on Jetson Orin with a plain CSI camera this removes the only Isaac ROS camera driver with no replacement.
Quick Links
SIPL currently doesn't support MIPI/CSI (but it's planned to):
isaac_ros_argus_camera is not supported on Isaac ROS 4.x:
Environment
- Jetson Orin, JetPack 7.2 / Jetson Linux r39.2
- Isaac ROS 4.5 → 4.6 base image (
nvcr.io/nvidia/isaac/ros:isaac_ros_*-arm64-jetpack)
- Plain CSI (MIPI) camera, not GMSL, not CoE
Possible Workarounds
What changed
# present in 4.5, both suites
curl -s https://isaac.download.nvidia.com/isaac-ros/release-4.5/dists/noble-jetpack/main/binary-arm64/Packages.gz \
| gzip -dc | grep -A1 '^Package: ros-jazzy-isaac-ros-argus-camera$'
# -> Version: 4.5.0-0noble.20260531224413115
# absent in 4.6, both suites
curl -s https://isaac.download.nvidia.com/isaac-ros/release-4.6/dists/noble-jetpack/main/binary-arm64/Packages.gz \
| gzip -dc | grep -c '^Package: ros-jazzy-isaac-ros-argus-camera$'
# -> 0
Summary
ros-jazzy-isaac-ros-argus-camerais absent from Isaac ROS 4.6 apt repositories. For users on Jetson Orin with a plain CSI camera this removes the only Isaac ROS camera driver with no replacement.Quick Links
SIPL currently doesn't support MIPI/CSI (but it's planned to):
isaac_ros_argus_camerais not supported on Isaac ROS 4.x:Environment
nvcr.io/nvidia/isaac/ros:isaac_ros_*-arm64-jetpack)Possible Workarounds
isaac_ros_argus_camera, usinggscamandnvarguscamerasrcisaac_ros_argus_camerafrom source, and pray it works. This probably won't work since GXF was sunsetted.What changed