Isaac Sim ZED extension ZED 2i model support / USD asset?

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!

Hi,

You’re right, the ZED 2 is not currently supported in Isaac Sim; only the ZED X cameras are.

There is no workaround available at the moment, so support would need to be added on our side. We’ve noted your request and will look into adding this model in a future release. That said, I can’t guarantee the ZED 2i will make it into the next release, which is planned for very soon.

Please let me know if you have any questions.

Best regards,

Hey Benjamin, thanks for the fast reply!

No worries on the guarantee, just wondering roughly how far out we’re talking — like weeks, a couple months, longer than that? Just trying to figure out if it’s worth waiting on or if I should just build a workaround for now. Appreciate it either way!

Best regards,

Hi,

Good news: we’ve managed to add support for the ZED 2i camera in the upcoming release of the Isaac Sim extension. This release is planned soon, alongside the release of ZED SDK 5.4.1.

Hi,

That’s great news, thanks so much! Really appreciate you looking into it and getting it added so quickly.

I’ll keep an eye out for the release!

Hi,

Sorry, it took more time than expected to release the ZED SDK 5.4.1. But here it is, with the new isaac sim plugin as well. You can find it here : Release v5.2.0 (Isaac Sim 6.0.1) · stereolabs/zed-isaac-sim · GitHub .

We added a lot of things, including the ZED2i cameras (and some others that were also missing).
Feel free to try it out