Currently I’m importing USD file in Isaac Sim, and I’m Getting this bug:
2025-01-18 09:04:00 [47,831ms] [Warning] [omni.usd] Warning: in _ReportErrors at line 2890 of /builds/omniverse/usd-ci/USD/pxr/usd/usd/stage.cpp – In </World/shelf>: Unresolved reference prim path @/home/ubuntu/isaac/robot_models/shelf.usd@ introduced by @anon:0x568cf809fab0:World0.usd@</World/shelf> (computing expanded prim index for </World/shelf> on stage @anon:0x568cf809fab0:World0.usd@ <0x568cf57609c0>)
The import is working perfectly when used in the GUI and when used through the Python API it shows nothing.
I have read some articles and tried to use abspath but it didn’t work.
model_prim = prims.create_prim(
prim_path=f"/World/{name}",
position=np.array(position),
orientation=np.array(orientation),
usd_path=os.path.abspath(usd_path),
)
This is my usd file:
shelf.zip (3.0 KB)
Isaac Sim Version
4.2.0
Operating System
Ubuntu 22.04