Skip to content

Isaac ROS 4.6 removes isaac_ros_argus_camera with no migration path for CSI cameras -- Issue with Orin + Jetpack 7.2 #16

Description

@SamuelFoo

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions