Isaac Sim Version
4.5.0
Operating System
Ubuntu 22.04
GPU Information
- Model: 2x RTX A6000 Ada
- Driver Version: 570.124.04
Topic Description
Detailed Description
With Isaac Sim 4.2.0 I used the steamvr extension in my standalone script to stream the content to my VR headset (Index). I enabled the VR extension in my standalone script with: enable_extension(“omni.kit.xr.profile.vr”)
enable_extension(“omni.kit.xr.system.steamvr”)
and everything is working as expected. Now with the update to Isaac Sim 4.5 I’m using the exact same setup and the vr extension is not displaying any image on the vr headset. The streaming starts and there is no Error in the log but no image is displayed. Starting Isaac Sim 4.5 from the selector everything is working fine and I can see the stream in my vr headset.
Steps to Reproduce
- take a standalone application and enable the VR extension
- launch the standalone script with python.sh
- try to connect to the VR headset
Additional Information
What I’ve Tried
I also tried to get the same thing working with openXR but the problem is exactly the same.