Quick Tutorials#
If you are new to NVIDIA Isaac Sim, we recommend that you review the GUI references and complete the two tutorials listed below.
In the Quick Tutorials, all the actions that can be performed in the GUI, can be performed using Python. You can switch between performing actions in the GUI and in Python. Anything you make inside the GUI can be saved as part the USD file.
For example, you can create the world, include the actions needed for your robots using the GUI. Then pull the entire USD file into a standalone Python script and systematically modify properties there as needed.
For Beginners: Robot Setup Tutorials#
If you are new to NVIDIA Isaac Sim and want to learn how to set up and rig robots, we strongly recommend exploring our comprehensive Robot Setup Tutorials. These tutorials will teach you:
How to set up environments and stages
How to assemble and rig robots from basic shapes
How to add joints, articulations, and sensors
How to import and configure manipulators
Advanced techniques for complex robot structures
The Robot Setup Tutorials are designed as a complete learning path that takes you from basic concepts to advanced robot rigging techniques. They are perfect for beginners who want to understand how to work with robots in Isaac Sim.
Start here: Tutorial 1: Stage Setup
What’s Next#
After completing either the Robot Setup Tutorials or Quick Tutorials, explore these additional resources:
Examples and Demos: Access a library of examples and demos in Examples to explore use-cases and capabilities of NVIDIA Isaac Sim
Available Assets: Browse the Assets section to see what assets are available to you
Advanced Python API: See Build a Robot using Core Python API for more complex tutorials