Exporting Robot Description Files from Onshape
Last updated
Last updated
Get API key from the Onshape Developer Portal
When creating the key, make sure that at least “Application can read your documents” is selected.
export the key as environment variable
At the time of writing (2025 March), the USD export function of Isaac Lab ≥ 2.0.0 seems to be broken. To use the URDF to USD converter, we need to use an older version of Isaac Lab release. After some testing, Isaac Lab 1.4.0 seems to be a good choice.
The procedure is similar to the normal Isaac Lab install. The only difference is that for Isaac Sim, we need to install an older version, Isaac Sim == 4.2.0.2.
Additionally, there is an issue on finding the correct RSL_RL repository during Isaac Lab installation in this version. Since we will not use this Isaac Lab install to do any training, we can comment out the dependency in source/extensions/omni.isaac.lab_tasks/setup.py
.
The rest should be pretty straight forward.
Follow the from onshape-to-robot.