Skip to content

Commit ef2d74e

Browse files
[CI][Auto Version Bump] Compile changelog fragments (schedule)
Bumped packages: - isaaclab: 6.6.2 → 6.7.0 - isaaclab_experimental: 0.1.1 → 0.1.2 - isaaclab_newton: 0.15.5 → 0.15.6 - isaaclab_tasks: 5.0.1 → 6.0.0 - isaaclab_teleop: 0.5.2 → 0.5.3
1 parent 2222079 commit ef2d74e

38 files changed

Lines changed: 222 additions & 236 deletions

source/isaaclab/changelog.d/esekkin-ci-concurrency.skip

Lines changed: 0 additions & 1 deletion
This file was deleted.

source/isaaclab/changelog.d/esekkin-develop-ci-push.skip

Lines changed: 0 additions & 4 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/mhaiderbhai-combine-inhand-tasks.minor.rst

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

source/isaaclab/changelog.d/rmpflow-lula-pip-discovery.rst

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

source/isaaclab/changelog.d/rmpflow-standalone-lula-fallback.rst

Lines changed: 0 additions & 7 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.6.2"
4+
version = "6.7.0"
55

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

source/isaaclab/docs/CHANGELOG.rst

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

4+
6.7.0 (2026-06-11)
5+
~~~~~~~~~~~~~~~~~~
6+
7+
Added
8+
^^^^^
9+
10+
* Added :class:`~isaaclab.envs.mdp.events.reset_joints_within_limits_range`, an event term that
11+
resets an articulation's joints to random positions/velocities sampled within absolute or
12+
scaled joint-limit ranges. Promoted from the in-hand reorientation task so other tasks can reuse it.
13+
14+
Changed
15+
^^^^^^^
16+
17+
* Changed :class:`~isaaclab.controllers.rmp_flow.RmpFlowController` to load RMPFlow directly from the
18+
``lula`` library on every backend, instead of going through the Isaac Sim Kit motion-generation
19+
extension. ``lula`` is importable both under Kit and kitless (e.g. the Newton visualizer), giving a
20+
single code path. The ``rmp_flow_smoothed`` variant is now available in both modes as well.
21+
22+
Fixed
23+
^^^^^
24+
25+
* Fixed :func:`~isaaclab.controllers.utils.import_lula` failing to locate the ``lula`` module on
26+
pip-based Isaac Sim installs by extending :func:`~isaaclab.controllers.utils.find_lula_prebundle_dir`
27+
to also search the ``extscache/<name>-<version>`` and ``extsDeprecated/<name>`` layouts used by pip
28+
installs (the Isaac Sim 6.0 pip packages ship ``isaacsim.robot_motion.lula`` under
29+
``extsDeprecated``, where the Kit resolver reports it as unavailable), in addition to the
30+
``exts/<name>`` layout used by binary installs. :func:`~isaaclab.controllers.utils.import_lula` now
31+
adds the prebundle to ``sys.path`` before attempting to enable the Kit extension, avoiding a spurious
32+
``Failed to resolve extension dependencies`` error logged when Kit tries to enable the deprecated
33+
``isaacsim.robot_motion.lula`` extension even though ``lula`` itself loads correctly. When ``lula``
34+
still cannot be found, a clear, actionable :class:`ModuleNotFoundError` is raised instead of the bare
35+
import error.
36+
* Fixed a quaternion convention bug in :class:`~isaaclab.controllers.rmp_flow.RmpFlowController`
37+
where the end-effector orientation target was re-converted to ``(x, y, z, w)`` even though
38+
IsaacLab quaternions are already in that order. The spurious conversion scrambled the target
39+
orientation handed to RMPFlow, causing the arm to drift away from its commanded pose (e.g. the
40+
Agibot RMPFlow place tasks no longer hold their reset pose under a zero relative command).
41+
* Fixed :func:`isaaclab.utils.string.string_to_callable` to validate lambda
42+
expression strings before evaluating them and to evaluate them without
43+
Python builtins.
44+
45+
446
6.6.2 (2026-06-10)
547
~~~~~~~~~~~~~~~~~~
648

source/isaaclab/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ build-backend = "setuptools.build_meta"
99

1010
[project]
1111
name = "isaaclab"
12-
version = "6.6.2"
12+
version = "6.7.0"
1313
description = "Extension providing main framework interfaces and abstractions for robot learning."
1414
license = {text = "BSD-3-Clause"}
1515
authors = [{name = "Isaac Lab Project Developers"}]

0 commit comments

Comments
 (0)