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
Copy file name to clipboardExpand all lines: docs/source/experimental-features/newton-physics-integration/installation.rst
+16-31Lines changed: 16 additions & 31 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,13 +3,13 @@ Installation
3
3
4
4
Installing the Newton physics integration branch requires three things:
5
5
6
-
1) Isaac sim 5.0
7
-
2) The ``feature/newton`` branch of Isaac Lab
8
-
3) Ubuntu 22.04 or 24.04 (Windows will be supported soon)
6
+
1) The ``feature/newton`` branch of Isaac Lab
7
+
2) Ubuntu 22.04 or 24.04 (Windows will be supported soon)
8
+
3) [Optional] Isaac sim 5.1 (Isaac Sim is not required if the Omniverse visualizer is not used)
9
9
10
10
To begin, verify the version of Isaac Sim by checking the title of the window created when launching the simulation app. Alternatively, you can
11
11
find more explicit version information under the ``Help -> About`` menu within the app.
12
-
If your version is less than 5.0, you must first `update or reinstall Isaac Sim <https://docs.isaacsim.omniverse.nvidia.com/latest/installation/quick-install.html>`_ before
12
+
If your version is less than 5.1, you must first `update or reinstall Isaac Sim <https://docs.isaacsim.omniverse.nvidia.com/latest/installation/quick-install.html>`_ before
13
13
you can proceed further.
14
14
15
15
Next, navigate to the root directory of your local copy of the Isaac Lab repository and open a terminal.
@@ -20,14 +20,18 @@ Make sure we are on the ``feature/newton`` branch by running the following comma
20
20
21
21
git checkout feature/newton
22
22
23
-
Below, we provide instructions for installing Isaac Sim through pip or binary.
23
+
Below, we provide instructions for installing Isaac Sim through pip.
24
24
25
25
26
26
Pip Installation
27
27
----------------
28
28
29
29
We recommend using conda for managing your python environments. Conda can be downloaded and installed from `here <https://docs.conda.io/en/latest/miniconda.html>`_.
30
30
31
+
If you previously already have a virtual environment for Isaac Lab, please ensure to start from a fresh environment to avoid any dependency conflicts.
32
+
If you have installed earlier versions of mujoco, mujoco-warp, or newton packages through pip, we recommend first
33
+
cleaning your pip cache with ``pip cache purge`` to remove any cache of earlier versions that may be conflicting with the latest.
34
+
31
35
Create a new conda environment:
32
36
33
37
.. code-block:: bash
@@ -46,35 +50,11 @@ Install the correct version of torch and torchvision:
Follow the Isaac Sim `documentation <https://docs.isaacsim.omniverse.nvidia.com/latest/installation/install_workstation.html>`_ to install Isaac Sim 5.0 binaries.
66
-
67
-
Enter the Isaac Lab directory:
68
-
69
-
.. code-block:: bash
70
-
71
-
cd IsaacLab
72
-
73
-
Add a symbolic link to the Isaac Sim installation:
0 commit comments