File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -348,7 +348,7 @@ def overlap_callback(hit):
348
348
"height" : 1.0 ,
349
349
"size" : 1.0 ,
350
350
}
351
- mesh_prim_path = f"{ self .link .prim_path } /mesh_0"
351
+ mesh_prim_path = f"{ self .link .prim_path } /visuals/ mesh_0"
352
352
353
353
# Create a primitive shape if it doesn't already exist
354
354
pre_existing_mesh = lazy .omni .isaac .core .utils .prims .get_prim_at_path (mesh_prim_path )
Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ def _initialize(self):
99
99
# Make sure this object is not cloth
100
100
assert self .obj .prim_type != PrimType .CLOTH , f"Cannot create ToggledOn state for cloth object { self .obj .name } !"
101
101
102
- mesh_prim_path = f"{ self .link .prim_path } /mesh_0"
102
+ mesh_prim_path = f"{ self .link .prim_path } /visuals/ mesh_0"
103
103
pre_existing_mesh = lazy .omni .isaac .core .utils .prims .get_prim_at_path (mesh_prim_path )
104
104
# Create a primitive mesh if it doesn't already exist
105
105
if not pre_existing_mesh :
You can’t perform that action at this time.
0 commit comments