Generate Robot Configuration File¶
Learning Objectives¶
After completing this tutorial, you will have learned:
- How to generate URDF files using the USD to URDF Exporter
- How to generate robot description files using the Lula Robot Description Editor
- How to generate and edit collision spheres
- How to export XRDF files
Getting Started¶
Prerequisites¶
- Complete Tutorial 7: Configure a Manipulator before starting this tutorial.
Estimated Time¶
Approximately 15-20 minutes.
Overview¶
In this tutorial, you will generate robot configuration files for the UR10e robot and 2F-140 gripper using the Lula Robot Description Editor and USD to URDF Exporter. These files provide essential data for kinematics solvers.
Generating the Robot URDF¶
-
Enable the Isaac Sim USD to URDF Exporter Extension.
-
Export the URDF file.

Generating Lula Robot Description Files and Collision Spheres¶
-
Enable the Isaac Sim Lula Extension.
-
Prepare the robot asset for Lula.
-
Configure joints in the Lula Robot Description Editor.

-
Generate collision spheres.

-
Export the Lula robot description file.

Summary¶
This tutorial covered the following topics:
- Generating URDF files with the USD to URDF Exporter
- Generating robot description files with the Lula Robot Description Editor
- Generating and editing collision spheres
- Exporting configuration files
Next Steps¶
Proceed to the next tutorial, "Pick and Place Example", to learn how to perform manipulation tasks using kinematics solvers and RMPFlow.