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
This branch is a development branch for Isaac Sim 6.0, which is currently only available through the Isaac Sim [GitHub repo](https://github.com/isaac-sim/IsaacSim).
18
-
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
19
-
Isaac Lab documentation for Isaac Lab installation.
20
-
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
-
26
-
Note that this branch is currently under active development and may experience breaking changes or error messages.
27
-
Performance issues and regressions may also be observed in some use cases.
28
-
29
-
30
17
**Isaac Lab** is a GPU-accelerated, open-source framework designed to unify and simplify robotics research workflows,
31
18
such as reinforcement learning, imitation learning, and motion planning. Built on [NVIDIA Isaac Sim](https://docs.isaacsim.omniverse.nvidia.com/latest/index.html),
32
19
it combines fast and accurate physics and sensor simulation, making it an ideal choice for sim-to-real
@@ -76,6 +63,7 @@ dependency versions for Isaac Sim.
@@ -84,11 +72,6 @@ dependency versions for Isaac Sim.
84
72
|`v2.1.X`| Isaac Sim 4.5 |
85
73
|`v2.0.X`| Isaac Sim 4.5 |
86
74
87
-
## Limitations
88
-
89
-
The `develop` branch of Isaac Lab 3.0-Beta is currently available on Ubuntu. Windows
90
-
support and Isaac Lab pip wheels will be available soon.
91
-
92
75
## Contributing to Isaac Lab
93
76
94
77
We wholeheartedly welcome contributions from the community to make this framework mature and useful for everyone.
@@ -141,7 +124,10 @@ The Isaac Lab framework is released under [BSD-3 License](LICENSE). The `isaacla
141
124
corresponding standalone scripts are released under [Apache 2.0](LICENSE-mimic). The license files of its
142
125
dependencies and assets are present in the [`docs/licenses`](docs/licenses) directory.
143
126
144
-
Note that Isaac Lab requires Isaac Sim, which includes components under proprietary licensing terms. Please see the [Isaac Sim license](docs/licenses/dependencies/isaacsim-license.txt) for information on Isaac Sim licensing.
[Isaac Sim](https://docs.isaacsim.omniverse.nvidia.com/latest/index.html), which includes
129
+
components under proprietary licensing terms. Kit-less Newton workflows do not require Isaac Sim.
130
+
Please see the [Isaac Sim license](docs/licenses/dependencies/isaacsim-license.txt) for details.
145
131
146
132
Note that the `isaaclab_mimic` extension requires cuRobo, which has proprietary licensing terms that can be found in [`docs/licenses/dependencies/cuRobo-license.txt`](docs/licenses/dependencies/cuRobo-license.txt).
0 commit comments