-
Notifications
You must be signed in to change notification settings - Fork 1.7k
[Bug Report] CloudXR conflicts with Cameras #2491
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I think this bug is caused by the experience file. If you use --enable_cameras, AppLauncher would load "IsaacLab/apps/isaaclab.python.rendering.kit".Otherwise, AppLauncher would load "IsaacLab/apps/isaaclab.python.xr.openxr.kit". And the "IsaacLab/apps/isaaclab.python.rendering.kit" does not contain anything about XR. Could you please support both cameras and XR in one experience file in the future? Thank you! |
I tried to merge the key contents of the two experience files:
And now the AppLauncher can successfully launch Isaacsim. But as soon as I click the StartAR button, and connect my vision pro, the whole system will get stuck. If anyone knows how to handle this problem, please tell me! Thank you! |
Describe the bug
For example, if I remove the camera sensors in my Isaac-Lift-Cube-Aloha-IK-Abs-v0 env and run the following command:
everything goes well.
But if I add a camera sensor to Isaac-Lift-Cube-Aloha-IK-Abs-v0 env and run the same command with 'enable_cameras':
an error happened:
System Info
If you know how to solve this bug, please tell me, thank you!
The text was updated successfully, but these errors were encountered: