Replies: 2 comments
|
Thanks for the detailed report and the repro repo -- the logs point to a hardware Root Cause: GPU Below Minimum SpecYour GPU (NVIDIA RTX 1000 Ada, 6 GB VRAM) does not meet the minimum requirements
The docs note explicitly:
The crash itself occurs during the first WorkaroundSwitching to simulation_app = SimulationApp({
"headless": True,
# rest of your config...
})This may allow simpler workflows to run, but results are not guaranteed on Additional Notes
|

Uh oh!
There was an error while loading. Please reload this page.
Hi Isaac Sim team,
I'm facing an issue with - I believe - the urdf importer. Thank you for any help!
Description
I've created a custom urdf of my robot and am trying to import it and run the corresponding scene headless through a python script. According to my log, the import and opening is successful but when the script hits the SimulationApp.update() step it crashes from a segfault. I'm fairly certain it is due to the urdf importer because when I open a dummy usd scene I don't get a segfault and I removed everything else that I think could be causing the issue. I've attached a simplified script that I run that causes the issue.
Now, thinking that the segfault might be due to my own urdf's configuration, I copied the cater robot urdf and meshes directly from the github and tried importing them in the same way. This also causes the crash.
I'm still pretty new to isaac, so I may be overlooking something simple, but I would love some suggestions on what I'm doing wrong and whether others are able to reproduce the issue.
Steps to reproduce
I've created a repo with the steps to reproduce in the readme: https://github.com/julakshah/isaac_urdf_importer_minimal
Isaac Sim version
nvidia-smi Output (from crash log)
Logs
logs can be found in the
logs/directory in the linked repo.Additional Information
Please let me know if anything else is needed to help diagnose. Thank you.
All reactions