Skip to content

Commit 8b99c05

Browse files
StafaHisaaclab-bot[bot]
authored andcommitted
[Docs] Add SO-101 tutorial banner (#7591)
# Description Add the NVIDIA-hosted SO-101 vial-placement rollout as a banner at the top of the standalone Tutorial page. The 1280 by 720 GIF is displayed at 85% width and remains hosted outside the repository. Add a short introductory note connecting the tutorial to the NVIDIA Sim-to-Real SO-101 learning course and its workshop repository. ## Type of change - Documentation update ## Release backport - [x] <!-- backport-active-release --> Backport this pull request to the active release branch after it merges into `develop` ## Screenshots The tutorial page now opens with the centered SO-101 vial-placement banner above the workshop note. ## Validation - `uv run --isolated --extra dev -- make -C docs current-docs` - `uv run isaaclab -f` - Verified the rendered banner width and both workshop links in the generated HTML - Verified the hosted GIF returns HTTP 200 with `image/gif` content ## Checklist - [x] I have read and understood the contribution guidelines - [x] I have run the pre-commit checks with `uv run isaaclab -f` - [x] I have made corresponding changes to the documentation - [x] My changes generate no new warnings - [x] Tests are not required for this documentation-only change - [x] No changelog fragment is required because no source package changed - [x] My name already exists in `CONTRIBUTORS.md` (cherry picked from commit 2bdf9d6)
1 parent 8bd1428 commit 8b99c05

1 file changed

Lines changed: 12 additions & 5 deletions

File tree

docs/source/setup/tutorial.rst

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,25 @@
33
Tutorial
44
========
55

6+
.. figure:: https://download.isaacsim.omniverse.nvidia.com/isaaclab/images/tutorial_so101_vialplace_play.gif
7+
:alt: The SO-101 arm picking up a vial and placing it in a rack.
8+
:align: center
9+
:width: 85%
10+
11+
.. note::
12+
13+
This tutorial ties in with the `NVIDIA Sim-to-Real SO-101 learning course
14+
<https://docs.nvidia.com/learning/physical-ai/sim-to-real-so-101/latest/index.html>`__ and its
15+
`workshop repository <https://github.com/isaac-sim/Sim-to-Real-SO-101-Workshop>`__, which present a broader
16+
end-to-end physical AI workflow with the SO-101, Isaac Lab, and NVIDIA Isaac GR00T.
17+
618
This tutorial builds a complete robot-learning workflow around an `SO-101 arm
719
<https://github.com/TheRobotStudio/SO-ARM100>`__ that picks up a vial and places it in a rack.
820
Instead of assembling disconnected examples, you will work with a production-shaped downstream project:
921
`IsaacLabTutorial main branch <https://github.com/isaac-sim/IsaacLabTutorial/tree/main>`__. The project includes the
1022
robot and workshop assets, a manager-based reinforcement-learning environment, state and wrist-camera observations,
1123
RSL-RL agent configurations, tests, state-policy training, and state-to-vision policy distillation.
1224

13-
.. image:: https://raw.githubusercontent.com/isaac-sim/IsaacLabTutorial/main/media/demo.gif
14-
:alt: The SO-101 arm picking up a vial and placing it in a rack.
15-
:align: center
16-
:width: 100%
17-
1825
By the end, you will know how a downstream Isaac Lab task is packaged, discovered, validated, trained,
1926
and evaluated. You will also know where to change the robot, scene, MDP, and learning configuration for
2027
your own task.

0 commit comments

Comments
 (0)