Skip to content

Commit e3d9a56

Browse files
[CI][Auto Version Bump] Compile changelog fragments (schedule)
Bumped packages: - isaaclab: 6.1.6 → 6.1.7 - isaaclab_ov: 0.4.1 → 0.4.2 - isaaclab_ovphysx: 3.0.1 → 3.0.2 - isaaclab_tasks: 1.10.5 → 1.10.6 - isaaclab_teleop: 0.5.1 → 0.5.2
1 parent d6c6229 commit e3d9a56

21 files changed

Lines changed: 78 additions & 62 deletions

source/isaaclab/changelog.d/fix-callback-owner-shutdown-del.rst

Lines changed: 0 additions & 5 deletions
This file was deleted.

source/isaaclab/changelog.d/fix-rmpflow-orientation-quat-convention.rst

Lines changed: 0 additions & 8 deletions
This file was deleted.

source/isaaclab/changelog.d/fix-safe-lambda-callables.rst

Lines changed: 0 additions & 6 deletions
This file was deleted.

source/isaaclab/changelog.d/lgulich-leapp-root-quat-gravity.rst

Lines changed: 0 additions & 6 deletions
This file was deleted.

source/isaaclab/config/extension.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22

33
# Note: Semantic Versioning is used: https://semver.org/
4-
version = "6.1.6"
4+
version = "6.1.7"
55

66
# Description
77
title = "Isaac Lab framework for Robot Learning"

source/isaaclab/docs/CHANGELOG.rst

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,27 @@
11
Changelog
22
---------
33

4+
6.1.7 (2026-06-11)
5+
~~~~~~~~~~~~~~~~~~
6+
7+
Fixed
8+
^^^^^
9+
10+
* Fixed LEAPP export of :func:`isaaclab.envs.mdp.projected_gravity` to expose
11+
root orientation as the graph input and compute projected gravity inside the
12+
exported graph.
13+
* Fixed a quaternion convention bug in :class:`~isaaclab.controllers.rmp_flow.RmpFlowController`
14+
where the end-effector orientation target was re-converted to ``(x, y, z, w)`` even though
15+
IsaacLab quaternions are already in that order. The spurious conversion scrambled the target
16+
orientation handed to RMPFlow, causing the arm to drift away from its commanded pose (e.g. the
17+
Agibot RMPFlow place tasks no longer hold their reset pose under a zero relative command).
18+
* Guarded asset and sensor destructors against Python interpreter shutdown so
19+
callback cleanup does not touch lazy imports after import machinery is torn down.
20+
* Fixed :func:`isaaclab.utils.string.string_to_callable` to validate lambda
21+
expression strings before evaluating them and to evaluate them without
22+
Python builtins.
23+
24+
425
6.1.6 (2026-06-10)
526
~~~~~~~~~~~~~~~~~~
627

source/isaaclab_mimic/changelog.d/peterd-augmented_il_doc_fix.skip

Whitespace-only changes.

source/isaaclab_ov/changelog.d/pbarejko-ovrtx-updated-documentation.rst

Lines changed: 0 additions & 6 deletions
This file was deleted.

source/isaaclab_ov/config/extension.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[package]
2-
version = "0.4.1"
2+
version = "0.4.2"
33
title = "Omniverse renderers for IsaacLab"
44
description = "Extension providing Omniverse renderers (OVRTX, ovphysx, etc.) for tiled camera rendering."
55
readme = "docs/README.md"

source/isaaclab_ov/docs/CHANGELOG.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
Changelog
22
---------
33

4+
0.4.2 (2026-06-11)
5+
~~~~~~~~~~~~~~~~~~
6+
7+
Fixed
8+
^^^^^
9+
10+
* Fixed the OVRTX renderer to raise a clear, actionable error when the optional
11+
``ovrtx`` runtime wheel is not installed, pointing users to
12+
``./isaaclab.sh -i 'ov[ovrtx]'`` instead of a cryptic ``No module named 'ovrtx'``.
13+
14+
415
0.4.1 (2026-06-09)
516
~~~~~~~~~~~~~~~~~~
617

0 commit comments

Comments
 (0)