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 1ee0f9a commit fcd8b98Copy full SHA for fcd8b98
source/isaaclab/isaaclab/sim/schemas/schemas.py
@@ -1014,7 +1014,7 @@ def define_mesh_collision_properties(
1014
"""
1015
# obtain stage
1016
if stage is None:
1017
- stage = stage_utils.get_current_stage()
+ stage = get_current_stage()
1018
# get USD prim
1019
prim = stage.GetPrimAtPath(prim_path)
1020
# check if prim path is valid
@@ -1048,7 +1048,7 @@ def modify_mesh_collision_properties(
1048
1049
1050
1051
1052
1053
1054
0 commit comments