Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion source/isaaclab/config/extension.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]

# Note: Semantic Versioning is used: https://semver.org/
version = "0.54.0"
version = "0.54.1"

# Description
title = "Isaac Lab framework for Robot Learning"
Expand Down
12 changes: 12 additions & 0 deletions source/isaaclab/docs/CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
Changelog
---------

0.54.1 (2026-01-25)
~~~~~~~~~~~~~~~~~~~

Added
^^^^^

* Added comprehensive collision behavior test suite in ``test/physics/test_collision_behavior.py``.
Tests cover primitive colliders (sphere, box, capsule, cylinder, cone), mesh colliders, and SDF colliders.
Includes tests for horizontal collisions, ground collisions, box stacking stability, restitution behavior,
momentum conservation, and articulated hand per-finger collision isolation using the Allegro hand.


0.54.0 (2026-01-13)
~~~~~~~~~~~~~~~~~~~

Expand Down
Loading
Loading