Replies: 3 comments
-
Thank you for posting this. Indeed, without an error message it would be really hard to spot what's going on. Have you checked you're not running out of memory? or maybe it was a one-time issue that may resolve after relaunching the apps? |
Beta Was this translation helpful? Give feedback.
-
Yes and No. I doubt it's a memory problem since I have 32GB of RAM and the arms.py demo runs fine. I've also restarted both the PC and the app multiple times with no change. My URDF file is attached above. Could you please try importing it on your end with the Isaac Lab to see if it succeeds? |
Beta Was this translation helpful? Give feedback.
-
Following up, there seems it is the URDF that is at fault. I'll move this to our Discussions for follow up. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Question
I'm encountering a bug while trying to load a custom 6-DOF robot into Isaac Lab.
My setup involves a 6-axis robotic arm, similar in structure to a UR5, with its mesh defined by STL files and its kinematics by a URDF file.
Here's a summary of what works and where I'm facing a problem:
What Works:
The Problem:
I am trying to integrate this robot into an Isaac Lab environment using the python api ArticulationCfg. To do this, I modified one of the Isaac Lab demo files (specifically, a file similar to arms.py in the demos) by replacing the USD path of an existing robot with the path to my custom robot's USD file (the one exported from Isaac Sim).
When I run this modified Isaac Lab script:
Troubleshooting Steps & Observations:
I am quite puzzled by this discrepancy, as the asset works in Isaac Sim but not in Isaac Lab under these specific conditions. The lack of error messages has made it challenging to pinpoint the cause, and I've been struggling with this for several days due to limited documentation on such specific issues.
Could you provide any guidance or suggestions on what might be causing this behavior or what I should look for in my URDF/STL/USD files to ensure compatibility with Isaac Lab's ArticulationCfg? Are there any specific USD properties or structures that Isaac Lab expects which might be missing or incorrectly configured for my custom asset?
I have provided my urdf and stl files, and I'm using isaacsim4.5 and isaaclab2.0.2.
Thanks!
robo_test.zip
Beta Was this translation helpful? Give feedback.
All reactions