You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Description
Isaac Sim 4.5 documentation moved to a new URL, updating links for the
Isaac Sim docs to new URLs.
Additionally, we will be updating VERSION for every commit to the repo,
so this change updates the documentation parsing to use only the major,
minor, and patch versions from VERSION.
Copy file name to clipboardExpand all lines: docs/source/overview/developer-guide/repo_structure.rst
+4-1
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,10 @@ Repository organization
32
32
├── tools
33
33
└── VERSION
34
34
35
-
Isaac Lab is built on the same back end as Isaac Sim. As such, it exists as a collection of **extensions** that can be assembled into **applications**. The ``source`` directory contains the majority of the code in the repository and the specific extensions that compose Isaac lab, while ``scripts`` containing python scripts for launching customized standalone apps (Like our workflows). These are the two primary ways of interacting with the simulation and Isaac lab supports both! Checkout this `Isaac Sim introduction to workflows <https://docs.omniverse.nvidia.com/isaacsim/latest/introductory_tutorials/tutorial_intro_workflows.html>`__ for more details.
35
+
Isaac Lab is built on the same back end as Isaac Sim. As such, it exists as a collection of **extensions** that can be assembled into **applications**.
36
+
The ``source`` directory contains the majority of the code in the repository and the specific extensions that compose Isaac lab, while ``scripts`` containing python scripts for launching customized standalone apps (Like our workflows).
37
+
These are the two primary ways of interacting with the simulation and Isaac lab supports both!
38
+
Checkout this `Isaac Sim introduction to workflows <https://docs.isaacsim.omniverse.nvidia.com/latest/introduction/workflows.html>`__ for more details.
Copy file name to clipboardExpand all lines: docs/source/refs/additional_resources.rst
+1-1
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ Simulation Features
27
27
28
28
At the heart of Isaac Lab is Isaac Sim, which is itself a feature rich tool that is useful for robotics in general, and not only for RL. The stronger your understanding of the simulation, the readily you will be able to exploit its capabilities for your own projects and applications. These resources are dedicated to informing you about the other features of the simulation that may be useful to you given your specific interest in Isaac Lab!
29
29
30
-
* `Deploying Policies in Isaac Sim <https://docs.omniverse.nvidia.com/isaacsim/latest/isaac_lab_tutorials/tutorial_policy_deployment.html>`_ is an Isaac Sim tutorial on how to use trained policies within the simulation.
30
+
* `Deploying Policies in Isaac Sim <https://docs.isaacsim.omniverse.nvidia.com/latest/isaac_lab_tutorials/tutorial_policy_deployment.html>`_ is an Isaac Sim tutorial on how to use trained policies within the simulation.
31
31
32
32
* `Supercharge Robotics Workflows with AI and Simulation Using NVIDIA Isaac Sim 4.0 and NVIDIA Isaac Lab <https://developer.nvidia.com/blog/supercharge-robotics-workflows-with-ai-and-simulation-using-nvidia-isaac-sim-4-0-and-nvidia-isaac-lab/>`_ is a blog post covering the newest features of Isaac Sim 4.0, including ``pip install``, a more advanced physics engine, updated sensor simulations, and more!
Copy file name to clipboardExpand all lines: docs/source/refs/contributing.rst
+3-4
Original file line number
Diff line number
Diff line change
@@ -176,11 +176,10 @@ integrated with the `NVIDIA Omniverse Platform <https://developer.nvidia.com/omn
176
176
Since all assets are hosted on Nucleus, we do not need to include them in the repository. However,
177
177
we need to include the links to the assets in the documentation.
178
178
179
-
The included assets are part of the `Isaac Sim Content <https://docs.omniverse.nvidia.com/isaacsim/latest/features/environment_setup/assets/usd_assets_overview.html>`__.
180
-
To use this content, you need to download the files to a Nucleus server or create an **Isaac** Mount on
181
-
a Nucleus server.
179
+
The included assets are part of the `Isaac Sim Content <https://docs.isaacsim.omniverse.nvidia.com/latest/assets/index.html>`__.
180
+
To use this content, you can use the Asset Browser provided in Isaac Sim.
182
181
183
-
Please check the `Isaac Sim documentation <https://docs.omniverse.nvidia.com/app_isaacsim/app_isaacsim/install_faq.html#assets-and-nucleus>`__
182
+
Please check the `Isaac Sim documentation <https://docs.isaacsim.omniverse.nvidia.com/latest/assets/index.html>`__
184
183
for more information on how to download the assets.
Copy file name to clipboardExpand all lines: docs/source/refs/license.rst
+1-1
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ NVIDIA Isaac Sim is available freely under `individual license
7
7
<https://www.nvidia.com/en-us/omniverse/download/>`_. For more information
8
8
about its license terms, please check `here <https://docs.omniverse.nvidia.com/app_isaacsim/common/NVIDIA_Omniverse_License_Agreement.html#software-support-supplement>`_.
9
9
The license files for all its dependencies and included assets are available in its
.. _Scale AI-Enabled Robotics Development Workloads with NVIDIA OSMO: https://developer.nvidia.com/blog/scale-ai-enabled-robotics-development-workloads-with-nvidia-osmo/
Copy file name to clipboardExpand all lines: docs/source/refs/release_notes.rst
+1-1
Original file line number
Diff line number
Diff line change
@@ -575,7 +575,7 @@ v1.1.0
575
575
Overview
576
576
--------
577
577
578
-
With the release of Isaac Sim 4.0 and 4.1, support for Isaac Sim 2023.1.1 has been discontinued. We strongly encourage all users to upgrade to Isaac Sim 4.1 to take advantage of the latest features and improvements. For detailed information on this upgrade, please refer to the release notes available `here <https://docs.omniverse.nvidia.com/isaacsim/latest/release_notes.html>`_.
578
+
With the release of Isaac Sim 4.0 and 4.1, support for Isaac Sim 2023.1.1 has been discontinued. We strongly encourage all users to upgrade to Isaac Sim 4.1 to take advantage of the latest features and improvements. For detailed information on this upgrade, please refer to the release notes available `here <https://docs.isaacsim.omniverse.nvidia.com/latest/overview/release_notes.html#>`_.
579
579
580
580
Besides the above, the Isaac Lab release brings new features and improvements, as detailed below. We thank all our contributors for their continued support.
From Isaac Sim 4.5 release, Isaac Sim binaries can be `downloaded <https://docs.omniverse.nvidia.com/isaacsim/latest/installation/download.html#download-isaac-sim-short>`_ directly as a zip file.
18
+
From Isaac Sim 4.5 release, Isaac Sim binaries can be `downloaded <https://docs.isaacsim.omniverse.nvidia.com/latest/installation/download.html#download-isaac-sim-short>`_ directly as a zip file.
19
19
20
20
To check the minimum system requirements,refer to the documentation
0 commit comments