We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f59a4d7 commit a7cffd0Copy full SHA for a7cffd0
source/isaaclab/isaaclab/sim/utils/stage.py
@@ -12,13 +12,12 @@
12
import carb
13
import omni
14
import omni.kit.app
15
-
+from isaacsim.core.utils import stage as sim_stage
16
from isaacsim.core.utils.carb import get_carb_setting
17
from isaacsim.core.version import get_version
18
from omni.metrics.assembler.core import get_metrics_assembler_interface
19
from omni.usd.commands import DeletePrimsCommand
20
from pxr import Sdf, Usd, UsdGeom, UsdUtils
21
-from isaacsim.core.utils import stage as sim_stage
22
23
_context = threading.local() # thread-local storage to handle nested contexts and concurrent access
24
0 commit comments