Skip to content

Commit

Permalink
Updates EULA link and spelling in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
kellyguo11 committed Feb 5, 2025
1 parent 01c8f25 commit 4f0ea64
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions docs/source/deployment/docker.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ Docker Guide
.. caution::

Due to the dependency on Isaac Sim docker image, by running this container you are implicitly
agreeing to the `NVIDIA Omniverse EULA`_. If you do not agree to the EULA, do not run this container.
agreeing to the `NVIDIA Software License Agreement`_. If you do not agree to the EULA, do not run this container.

Setup Instructions
------------------

.. note::

The following steps are taken from the NVIDIA Omniverse Isaac Sim documentation on `container installation`_.
The following steps are taken from the Isaac Sim documentation on `container installation`_.
They have been added here for the sake of completeness.


Expand Down Expand Up @@ -291,7 +291,7 @@ To run an example within the container, run:
./isaaclab.sh -p scripts/tutorials/00_sim/log_time.py --headless
.. _`NVIDIA Omniverse EULA`: https://docs.omniverse.nvidia.com/platform/latest/common/NVIDIA_Omniverse_License_Agreement.html
.. _`NVIDIA Software License Agreement`: https://www.nvidia.com/en-us/agreements/enterprise-software/nvidia-software-license-agreement
.. _`container installation`: https://docs.isaacsim.omniverse.nvidia.com/latest/installation/install_container.html
.. _`Docker website`: https://docs.docker.com/desktop/install/linux-install/
.. _`docker compose`: https://docs.docker.com/compose/install/linux/#install-using-the-repository
Expand Down
8 changes: 4 additions & 4 deletions docs/source/setup/ecosystem.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ and robot learning algorithms.

Working with Isaac Lab requires the installation of Isaac Sim, which is packaged with core robotics tools
that Isaac Lab depends on, including URDF and MJCF importers, simulation managers, and ROS features. Isaac
Sim also builds on top of the Nvidia Omniverse platform, leveraging advanced physics simulation from PhysX,
Sim also builds on top of the NVIDIA Omniverse platform, leveraging advanced physics simulation from PhysX,
photorealistic rendering technologies, and Universal Scene Description (USD) for scene creation.

Isaac Lab not only inherits the capabilities of Isaac Sim, but also adds a number
Expand All @@ -20,13 +20,13 @@ simulation, procedural terrain generation, and support to collect data from huma
.. image:: ../_static/setup/ecosystem-light.jpg
:class: only-light
:align: center
:alt: The Isaac Lab, Isaac Sim, and Nvidia Omniverse ecosystem
:alt: The Isaac Lab, Isaac Sim, and NVIDIA Omniverse ecosystem

.. image:: ../_static/setup/ecosystem-dark.jpg
:class: only-dark
:align: center
:alt: The Isaac Lab, Isaac Sim, and Nvidia Omniverse ecosystem
:alt: The Isaac Lab, Isaac Sim, and NVIDIA Omniverse ecosystem


For a detailed explanation of Nvidia's development journey of robot learning frameworks, please visit
For a detailed explanation of NVIDIA's development journey of robot learning frameworks, please visit
the `FAQ page <faq.html>`_.
6 changes: 3 additions & 3 deletions docs/source/setup/installation/pip_installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -142,13 +142,13 @@ Verifying the Isaac Sim installation

.. attention::

The first run will prompt users to accept the Nvidia Omniverse License Agreement.
The first run will prompt users to accept the NVIDIA Software License Agreement.
To accept the EULA, reply ``Yes`` when prompted with the below message:

.. code:: bash
By installing or using Isaac Sim, I agree to the terms of NVIDIA OMNIVERSE LICENSE AGREEMENT (EULA)
in https://docs.isaacsim.omniverse.nvidia.com/latest/common/NVIDIA_Omniverse_License_Agreement.html
By installing or using Isaac Sim, I agree to the terms of NVIDIA SOFTWARE LICENSE AGREEMENT (EULA)
in https://www.nvidia.com/en-us/agreements/enterprise-software/nvidia-software-license-agreement
Do you accept the EULA? (Yes/No): Yes
Expand Down

0 comments on commit 4f0ea64

Please sign in to comment.