Skip to content

Commit 0f00ca2

Browse files
Updates version and release notes for v2.2.1 (#3296)
# Description Updates version of the framework for 2.2.1 patch release. ## Type of change - This change requires a documentation update ## Checklist - [ ] I have run the [`pre-commit` checks](https://pre-commit.com/) with `./isaaclab.sh --format` - [ ] I have made corresponding changes to the documentation - [ ] 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 --------- Co-authored-by: Kelly Guo <[email protected]>
1 parent 8608fbc commit 0f00ca2

16 files changed

+145
-41
lines changed

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cff-version: 1.2.0
22
message: "If you use this software, please cite both the Isaac Lab repository and the Orbit paper."
33
title: Isaac Lab
4-
version: 2.2.0
4+
version: 2.2.1
55
repository-code: https://github.com/NVIDIA-Omniverse/IsaacLab
66
type: software
77
authors:

README.md

Lines changed: 31 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,21 @@
1414
[![License](https://img.shields.io/badge/license-Apache--2.0-yellow.svg)](https://opensource.org/license/apache-2-0)
1515

1616

17-
**Isaac Lab** is a GPU-accelerated, open-source framework designed to unify and simplify robotics research workflows, such as reinforcement learning, imitation learning, and motion planning. Built on [NVIDIA Isaac Sim](https://docs.isaacsim.omniverse.nvidia.com/latest/index.html), it combines fast and accurate physics and sensor simulation, making it an ideal choice for sim-to-real transfer in robotics.
17+
**Isaac Lab** is a GPU-accelerated, open-source framework designed to unify and simplify robotics research workflows,
18+
such as reinforcement learning, imitation learning, and motion planning. Built on [NVIDIA Isaac Sim](https://docs.isaacsim.omniverse.nvidia.com/latest/index.html),
19+
it combines fast and accurate physics and sensor simulation, making it an ideal choice for sim-to-real
20+
transfer in robotics.
1821

19-
Isaac Lab provides developers with a range of essential features for accurate sensor simulation, such as RTX-based cameras, LIDAR, or contact sensors. The framework's GPU acceleration enables users to run complex simulations and computations faster, which is key for iterative processes like reinforcement learning and data-intensive tasks. Moreover, Isaac Lab can run locally or be distributed across the cloud, offering flexibility for large-scale deployments.
22+
Isaac Lab provides developers with a range of essential features for accurate sensor simulation, such as RTX-based
23+
cameras, LIDAR, or contact sensors. The framework's GPU acceleration enables users to run complex simulations and
24+
computations faster, which is key for iterative processes like reinforcement learning and data-intensive tasks.
25+
Moreover, Isaac Lab can run locally or be distributed across the cloud, offering flexibility for large-scale deployments.
2026

2127

2228
## Key Features
2329

2430
Isaac Lab offers a comprehensive set of tools and environments designed to facilitate robot learning:
31+
2532
- **Robots**: A diverse collection of robots, from manipulators, quadrupeds, to humanoids, with 16 commonly available models.
2633
- **Environments**: Ready-to-train implementations of more than 30 environments, which can be trained with popular reinforcement learning frameworks such as RSL RL, SKRL, RL Games, or Stable Baselines. We also support multi-agent reinforcement learning.
2734
- **Physics**: Rigid bodies, articulated systems, deformable objects
@@ -118,7 +125,8 @@ For detailed Isaac Sim installation instructions, please refer to
118125
119126
### Documentation
120127
121-
Our [documentation page](https://isaac-sim.github.io/IsaacLab) provides everything you need to get started, including detailed tutorials and step-by-step guides. Follow these links to learn more about:
128+
Our [documentation page](https://isaac-sim.github.io/IsaacLab) provides everything you need to get started, including
129+
detailed tutorials and step-by-step guides. Follow these links to learn more about:
122130
123131
- [Installation steps](https://isaac-sim.github.io/IsaacLab/main/source/setup/installation/index.html#local-installation)
124132
- [Reinforcement learning](https://isaac-sim.github.io/IsaacLab/main/source/overview/reinforcement-learning/rl_existing_scripts.html)
@@ -128,18 +136,16 @@ Our [documentation page](https://isaac-sim.github.io/IsaacLab) provides everythi
128136
129137
## Isaac Sim Version Dependency
130138
131-
Isaac Lab is built on top of Isaac Sim and requires specific versions of Isaac Sim that are compatible with each release of Isaac Lab.
132-
Below, we outline the recent Isaac Lab releases and GitHub branches and their corresponding dependency versions for Isaac Sim.
139+
Isaac Lab is built on top of Isaac Sim and requires specific versions of Isaac Sim that are compatible with each
140+
release of Isaac Lab. Below, we outline the recent Isaac Lab releases and GitHub branches and their corresponding
141+
dependency versions for Isaac Sim.
133142
134143
| Isaac Lab Version | Isaac Sim Version |
135144
| ----------------------------- | ------------------- |
136145
| `main` branch | Isaac Sim 4.5 / 5.0 |
137-
| `v2.2.0` | Isaac Sim 4.5 / 5.0 |
138-
| `v2.1.1` | Isaac Sim 4.5 |
139-
| `v2.1.0` | Isaac Sim 4.5 |
140-
| `v2.0.2` | Isaac Sim 4.5 |
141-
| `v2.0.1` | Isaac Sim 4.5 |
142-
| `v2.0.0` | Isaac Sim 4.5 |
146+
| `v2.2.X` | Isaac Sim 4.5 / 5.0 |
147+
| `v2.1.X` | Isaac Sim 4.5 |
148+
| `v2.0.X` | Isaac Sim 4.5 |
143149
144150
145151
## Contributing to Isaac Lab
@@ -150,8 +156,8 @@ These may happen as bug reports, feature requests, or code contributions. For de
150156
151157
## Show & Tell: Share Your Inspiration
152158
153-
We encourage you to utilize our [Show & Tell](https://github.com/isaac-sim/IsaacLab/discussions/categories/show-and-tell) area in the
154-
`Discussions` section of this repository. This space is designed for you to:
159+
We encourage you to utilize our [Show & Tell](https://github.com/isaac-sim/IsaacLab/discussions/categories/show-and-tell)
160+
area in the `Discussions` section of this repository. This space is designed for you to:
155161
156162
* Share the tutorials you've created
157163
* Showcase your learning content
@@ -171,8 +177,11 @@ or opening a question on its [forums](https://forums.developer.nvidia.com/c/agx-
171177
172178
## Support
173179
174-
* Please use GitHub [Discussions](https://github.com/isaac-sim/IsaacLab/discussions) for discussing ideas, asking questions, and requests for new features.
175-
* Github [Issues](https://github.com/isaac-sim/IsaacLab/issues) should only be used to track executable pieces of work with a definite scope and a clear deliverable. These can be fixing bugs, documentation issues, new features, or general updates.
180+
* Please use GitHub [Discussions](https://github.com/isaac-sim/IsaacLab/discussions) for discussing ideas,
181+
asking questions, and requests for new features.
182+
* Github [Issues](https://github.com/isaac-sim/IsaacLab/issues) should only be used to track executable pieces of
183+
work with a definite scope and a clear deliverable. These can be fixing bugs, documentation issues, new features,
184+
or general updates.
176185
177186
## Connect with the NVIDIA Omniverse Community
178187
@@ -182,15 +191,19 @@ to spotlight your work.
182191
183192
You can also join the conversation on the [Omniverse Discord](https://discord.com/invite/nvidiaomniverse) to
184193
connect with other developers, share your projects, and help grow a vibrant, collaborative ecosystem
185-
where creativity and technology intersect. Your contributions can make a meaningful impact on the Isaac Lab community and beyond!
194+
where creativity and technology intersect. Your contributions can make a meaningful impact on the Isaac Lab
195+
community and beyond!
186196
187197
## License
188198
189-
The Isaac Lab framework is released under [BSD-3 License](LICENSE). The `isaaclab_mimic` extension and its corresponding standalone scripts are released under [Apache 2.0](LICENSE-mimic). The license files of its dependencies and assets are present in the [`docs/licenses`](docs/licenses) directory.
199+
The Isaac Lab framework is released under [BSD-3 License](LICENSE). The `isaaclab_mimic` extension and its
200+
corresponding standalone scripts are released under [Apache 2.0](LICENSE-mimic). The license files of its
201+
dependencies and assets are present in the [`docs/licenses`](docs/licenses) directory.
190202
191203
## Acknowledgement
192204
193-
Isaac Lab development initiated from the [Orbit](https://isaac-orbit.github.io/) framework. We would appreciate if you would cite it in academic publications as well:
205+
Isaac Lab development initiated from the [Orbit](https://isaac-orbit.github.io/) framework. We would appreciate if
206+
you would cite it in academic publications as well:
194207
195208
```
196209
@article{mittal2023orbit,

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.2.0
1+
2.2.1

apps/isaaclab.python.headless.kit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[package]
66
title = "Isaac Lab Python Headless"
77
description = "An app for running Isaac Lab headlessly"
8-
version = "2.2.0"
8+
version = "2.2.1"
99

1010
# That makes it browsable in UI with "experience" filter
1111
keywords = ["experience", "app", "isaaclab", "python", "headless"]

apps/isaaclab.python.headless.rendering.kit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
[package]
1010
title = "Isaac Lab Python Headless Camera"
1111
description = "An app for running Isaac Lab headlessly with rendering enabled"
12-
version = "2.2.0"
12+
version = "2.2.1"
1313

1414
# That makes it browsable in UI with "experience" filter
1515
keywords = ["experience", "app", "isaaclab", "python", "camera", "minimal"]

apps/isaaclab.python.kit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[package]
66
title = "Isaac Lab Python"
77
description = "An app for running Isaac Lab"
8-
version = "2.2.0"
8+
version = "2.2.1"
99

1010
# That makes it browsable in UI with "experience" filter
1111
keywords = ["experience", "app", "usd"]

apps/isaaclab.python.rendering.kit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
[package]
1010
title = "Isaac Lab Python Camera"
1111
description = "An app for running Isaac Lab with rendering enabled"
12-
version = "2.2.0"
12+
version = "2.2.1"
1313

1414
# That makes it browsable in UI with "experience" filter
1515
keywords = ["experience", "app", "isaaclab", "python", "camera", "minimal"]

apps/isaaclab.python.xr.openxr.headless.kit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[package]
66
title = "Isaac Lab Python OpenXR Headless"
77
description = "An app for running Isaac Lab with OpenXR in headless mode"
8-
version = "2.2.0"
8+
version = "2.2.1"
99

1010
# That makes it browsable in UI with "experience" filter
1111
keywords = ["experience", "app", "usd", "headless"]

apps/isaaclab.python.xr.openxr.kit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[package]
66
title = "Isaac Lab Python OpenXR"
77
description = "An app for running Isaac Lab with OpenXR"
8-
version = "2.2.0"
8+
version = "2.2.1"
99

1010
# That makes it browsable in UI with "experience" filter
1111
keywords = ["experience", "app", "usd"]

apps/isaacsim_4_5/isaaclab.python.headless.kit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[package]
66
title = "Isaac Lab Python Headless"
77
description = "An app for running Isaac Lab headlessly"
8-
version = "2.2.0"
8+
version = "2.2.1"
99

1010
# That makes it browsable in UI with "experience" filter
1111
keywords = ["experience", "app", "isaaclab", "python", "headless"]

0 commit comments

Comments
 (0)