Open yilin404 opened 2 weeks ago
Hi! Seems like something to do with how the USD path is set in ISAAC_NUCLEUS_DIR. I imported this cabinet asset while running the franka_cabinet_env.py example and didn't observe the issue you're seeing. Could you please confirm if the import statements in your code match those in the franka_cabinet_env example?
I appreciate your hard work on this project, and I hope to contribute by sharing an issue I've encountered. Description: When using sim_utils.UsdFileCfg in Isaac Sim to import a .usd file, I encounter a warning message stating Missing references found for visual and collision attributes. However, I can successfully import the .usd file by dragging and dropping it, and it displays correctly. My code is:
And the result is: And when i dragg and dropp it into Isaac Sim, the result is: My Analysis: I suspect this issue may be related to the relative path of the file, but I haven’t been able to resolve it. If you have any insights or suggestions, they would be greatly appreciated.
Thank you very much for your time and help!