Skip to content

Commit 3303bef

Browse files
authored
Adds compatibility note regarding Isaac Sim (#5465)
# Description Recent changes in Isaac Lab requires a newer version of Isaac Sim than what is available in the GitHub repo for Isaac Sim. Adds notes in the docs and readme to mention this incompatibility issue and specifies working commits and tags of Isaac Lab that can be used in conjunction with Isaac Sim from GitHub. ## Type of change - Documentation update ## Checklist - [x] I have read and understood the [contribution guidelines](https://isaac-sim.github.io/IsaacLab/main/source/refs/contributing.html) - [x] I have run the [`pre-commit` checks](https://pre-commit.com/) with `./isaaclab.sh --format` - [x] I have made corresponding changes to the documentation - [x] My changes generate no new warnings - [ ] I have added tests that prove my fix is effective or that my feature works - [ ] I have updated the changelog and the corresponding version in the extension's `config/extension.toml` file - [ ] I have added my name to the `CONTRIBUTORS.md` or my name already exists there <!-- As you go through the checklist above, you can mark something as done by putting an x character in it For example, - [x] I have done this task - [ ] I have not done this task -->
1 parent 2b49dac commit 3303bef

3 files changed

Lines changed: 21 additions & 0 deletions

File tree

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@ This branch is a development branch for Isaac Sim 6.0, which is currently only a
1818
For installation, please refer to the Isaac Sim GitHub repo to build the latest Isaac Sim branch, and follow the binary installation method in the
1919
Isaac Lab documentation for Isaac Lab installation.
2020

21+
> [!WARNING]
22+
> A recent breaking change on the Isaac Lab `develop` branch is not compatible with the `develop` branch of Isaac Sim on GitHub.
23+
> To run Isaac Lab with Isaac Sim's GitHub `develop` branch, use Isaac Lab commit [`f0234a82e432e2a0b0f0a26ca3c5b59e527ddaaa`](https://github.com/isaac-sim/IsaacLab/commit/f0234a82e432e2a0b0f0a26ca3c5b59e527ddaaa) or an earlier commit.
24+
> Alternatively, use the Isaac Lab [`v3.0.0-beta`](https://github.com/isaac-sim/IsaacLab/tree/v3.0.0-beta) tag.
25+
2126
Note that this branch is currently under active development and may experience breaking changes or error messages.
2227
Performance issues and regressions may also be observed in some use cases.
2328

docs/source/setup/installation/index.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,13 @@ installation methods.
4242

4343
.. caution::
4444

45+
**Compatibility warning for Isaac Sim GitHub develop:** A recent breaking change on the Isaac Lab
46+
``develop`` branch is not compatible with the ``develop`` branch of Isaac Sim on GitHub. To run
47+
Isaac Lab with Isaac Sim's GitHub ``develop`` branch, use Isaac Lab commit
48+
`f0234a82e432e2a0b0f0a26ca3c5b59e527ddaaa <https://github.com/isaac-sim/IsaacLab/commit/f0234a82e432e2a0b0f0a26ca3c5b59e527ddaaa>`__
49+
or an earlier commit. Alternatively, use the Isaac Lab
50+
`v3.0.0-beta <https://github.com/isaac-sim/IsaacLab/tree/v3.0.0-beta>`__ tag.
51+
4552
We have dropped support for Isaac Sim versions 5.1.0 and below. We recommend using the latest
4653
Isaac Sim 6.0.0 release to benefit from the latest features and improvements.
4754

docs/source/setup/installation/source_installation.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,15 @@ or want to test Isaac Lab with the nightly version of Isaac Sim.
2323
The following instructions are adapted from the `Isaac Sim documentation <https://github.com/isaac-sim/IsaacSim?tab=readme-ov-file#quick-start>`_
2424
for the convenience of users.
2525

26+
.. warning::
27+
28+
**Compatibility warning for Isaac Sim GitHub develop:** A recent breaking change on the Isaac Lab
29+
``develop`` branch is not compatible with the ``develop`` branch of Isaac Sim on GitHub. To run
30+
Isaac Lab with Isaac Sim's GitHub ``develop`` branch, use Isaac Lab commit
31+
`f0234a82e432e2a0b0f0a26ca3c5b59e527ddaaa <https://github.com/isaac-sim/IsaacLab/commit/f0234a82e432e2a0b0f0a26ca3c5b59e527ddaaa>`__
32+
or an earlier commit. Alternatively, use the Isaac Lab
33+
`v3.0.0-beta <https://github.com/isaac-sim/IsaacLab/tree/v3.0.0-beta>`__ tag.
34+
2635
.. attention::
2736

2837
Building Isaac Sim from source requires Ubuntu 22.04 LTS or higher.

0 commit comments

Comments
 (0)