The URDF Importer Extension is used to import URDF representations of robots.
Unified Robot Description Format (URDF)
is an XML format for representing a robot model in ROS.
- Clone the GitHub repo to your local machine.
- Open a command prompt and navigate to the root of your cloned repo.
- Run
build.bat
to bootstrap your dev environment and build the example extensions. - Run
_build\{platform}\release\isaacsim.asset.importer.urdf.app.bat
to start the Kit application. - From the menu, select
File->Import
and select your URDF file to import.
This extension is enabled by default. If it is ever disabled, it can be re-enabled from the Extension Manager
by searching for isaacsim.asset.importer.urdf
.
Note: On Linux, replace .bat
with .sh
in the instructions above.
For additional information, check URDF Importer Extension Documentation.