Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
K
KincoActuatorIsaacLab
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
kevin
KincoActuatorIsaacLab
Commits
53abcc0c
Commit
53abcc0c
authored
Dec 13, 2024
by
Toni-SM
Committed by
Kelly Guo
Jan 30, 2025
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updates PIP install steps for Isaac Sim 4.5.0 (#187)
Update PIP install steps for Isaac Sim 4.5.0
parent
9bb4c425
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
8 additions
and
17 deletions
+8
-17
pip_installation.rst
docs/source/setup/installation/pip_installation.rst
+3
-12
__init__.py
.../omni.isaac.lab/omni/isaac/lab/devices/openxr/__init__.py
+1
-1
se3_handtracking.py
...aac.lab/omni/isaac/lab/devices/openxr/se3_handtracking.py
+1
-1
teleop_command.py
...isaac.lab/omni/isaac/lab/devices/openxr/teleop_command.py
+1
-1
pretrained_checkpoint.py
...i.isaac.lab/omni/isaac/lab/utils/pretrained_checkpoint.py
+1
-1
pretrained_checkpoint.py
source/standalone/tools/pretrained_checkpoint.py
+1
-1
No files found.
docs/source/setup/installation/pip_installation.rst
View file @
53abcc0c
...
...
@@ -90,21 +90,12 @@ compatibility issues with some Linux distributions. If you encounter any issues,
pip install --upgrade pip
- Then, install the Isaac Sim packages.
There are 2 options: A complete installation, or a minimal installation for running Isaac Lab only.
- Then, install the Isaac Sim packages.
- Complete installation:
.. code-block:: none
.. code-block:: bash
pip install isaacsim[all,extscache]==4.5.0 --extra-index-url https://pypi.nvidia.com
pip install isaacsim==4.2.0.2 isaacsim-extscache-physics==4.2.0.2 isaacsim-extscache-kit==4.2.0.2 isaacsim-extscache-kit-sdk==4.2.0.2 --extra-index-url https://pypi.nvidia.com
- Minimal set of packages for running Isaac Lab only:
.. code-block:: bash
pip install isaacsim-rl isaacsim-replicator isaacsim-extscache-physics isaacsim-extscache-kit-sdk isaacsim-extscache-kit isaacsim-app --extra-index-url https://pypi.nvidia.com
Note that you cannot run ``isaacsim`` with this.
Verifying the Isaac Sim installation
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
...
...
source/extensions/omni.isaac.lab/omni/isaac/lab/devices/openxr/__init__.py
View file @
53abcc0c
# Copyright (c) 2022-202
4
, The Isaac Lab Project Developers.
# Copyright (c) 2022-202
5
, The Isaac Lab Project Developers.
# All rights reserved.
#
# SPDX-License-Identifier: BSD-3-Clause
...
...
source/extensions/omni.isaac.lab/omni/isaac/lab/devices/openxr/se3_handtracking.py
View file @
53abcc0c
# Copyright (c) 2022-202
4
, The Isaac Lab Project Developers.
# Copyright (c) 2022-202
5
, The Isaac Lab Project Developers.
# All rights reserved.
#
# SPDX-License-Identifier: BSD-3-Clause
...
...
source/extensions/omni.isaac.lab/omni/isaac/lab/devices/openxr/teleop_command.py
View file @
53abcc0c
# Copyright (c) 2022-202
4
, The Isaac Lab Project Developers.
# Copyright (c) 2022-202
5
, The Isaac Lab Project Developers.
# All rights reserved.
#
# SPDX-License-Identifier: BSD-3-Clause
...
...
source/extensions/omni.isaac.lab/omni/isaac/lab/utils/pretrained_checkpoint.py
View file @
53abcc0c
# Copyright (c) 2022-202
4
, The Isaac Lab Project Developers.
# Copyright (c) 2022-202
5
, The Isaac Lab Project Developers.
# All rights reserved.
#
# SPDX-License-Identifier: BSD-3-Clause
...
...
source/standalone/tools/pretrained_checkpoint.py
View file @
53abcc0c
# Copyright (c) 2022-202
4
, The Isaac Lab Project Developers.
# Copyright (c) 2022-202
5
, The Isaac Lab Project Developers.
# All rights reserved.
#
# SPDX-License-Identifier: BSD-3-Clause
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment