OpenXR Teleop Experience - No module named 'isaacsim.xr.openxr'

Hi,
I’ve installed IsaacSim 4.2.0 recently. I have a working project when running the regular pipeline, without any module errors.
However, when I try to use NVidia’s OpenXR Experience by running the code found here, which loads another kit:
vars(args_cli)[“experience”] = f’{os.environ[“ISAACLAB_PATH”]}/apps/isaaclab.python.xr.openxr.kit’,
I get the “No module named ‘isaacsim.xr.openxr’”. This is also occuring in the se3_handtracking.py file.

How could I fix this module error?
Thank you!

1 Like