USDRT in IsaacLab / interacting with Fabric #1304
Replies: 2 comments 2 replies
-
Hello Antoine, I am facing the same issue. I am using usdrt C++ API to talk to fabric (query information about transforms using usdrt::UsdStage). It it is also not working. It is linked to "omni.physx.fabric" extension.. The API I am using are able to access transient simulation results if the extension is disabled (in this case, the USD stage is updated during the simulation, which defeats the purpose). For some reason, I can only disable/enable this extention in IsaacSim but not through IsaacLab. I tried using Fabric's API (e.g. StageReaderWriter) hoping I get different results but faced linking errors. Best |
Beta Was this translation helpful? Give feedback.
-
Hey! Good to know, I was tempted to see if it was a python USDRT issue and go the C++ route, but I've been too lazy to do it yet. Best, Antoine |
Beta Was this translation helpful? Give feedback.
-
Hi there,
I'm trying to use USDRT to talk to Fabric in IsaacLab, but it does not seem to work. It's as if the Fabric stage I'm getting is unable to see the regular USD stage, or even the fabric stage used by the rest of the framework. Is this expected?
What's the proper way to interact with Fabric? Do I need to use the C++ API?
Let me know,
Best,
Antoine
Beta Was this translation helpful? Give feedback.
All reactions