Hi everyone!
I’m working on a project integrating Isaac Sim and MoveIt Pro via a ROS 2 bridge for a robot cell that uses a ZED 2i camera.
I found the official Isaac Sim ZED extension, but it looks like it only ships USD models for the ZED X family - no ZED 2i. I also came across a forum thread about someone forking zed-isaac-sim to add ZED 2i intrinsics, but running into an is_sn_valid check that rejects 2i-style serial numbers since the SDK streaming path seems built specifically around ZED X.
Could you point me toward:
- Whether ZED 2i support in Isaac Sim is on any roadmap, or if there’s a recommended workaround for older camera models
- A USD asset (even unofficial/community) for the ZED 2i, if one exists
- Any documentation on how the extension’s SDK-streaming pipeline is structured, in case we end up patching it ourselves to support 2i serials
Happy to share what we build if it’d be useful to others hitting the same gap. Thanks in advance!