Backport ControllerDifferentialIK and assemble 1.6 changelog - #4156
Conversation
…ton-physics#4129) (cherry picked from commit 55c824a)
Build the pending Towncrier fragments into the rolling 1.6.0 release section. Remove the consumed fragments and skip records while preserving previously released history.
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Path: .coderabbit.yml Review profile: CHILL Plan: Team Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
API reviewDetected 59 interface change(s): 59 added, 0 removed, 0 modified.
This check is advisory: the label means API review needed, not that a breaking change is proven. |
Make the release notes concise, user-facing, and actionable. Merge semantic duplicates and keep each entry on one physical line while preserving migration guidance and released history.
Codecov Report❌ Patch coverage is 📢 Thoughts on this report? Let us know! |
Description
Backport #4129 to
release-1.6, adding the model-based and model-freeControllerDifferentialIKAPIs and their registered example.The first commit is a clean
git cherry-pick -xof main commit55c824a12f878f010eb5c4b95e2335c6d84f75eb.The second commit assembles the pending Towncrier fragments into the rolling
1.6.0section dated 2026-09-04 and removes the consumed fragment and.skipfiles. Previously released changelog sections are unchanged.
Please merge this PR without squashing so the source backport and changelog
management commit remain independently traceable. The changelog commit will
later be synchronized to
mainafter the release.Checklist
changelog fragment instructions
Test plan
The focused controller run passed 145 CPU/CUDA tests. Changelog validation
confirmed 139 entries in the five supported categories, no duplicate
top-level entries, an empty
[Unreleased]section, no remaining fragments,and no changes to the 1.5.1 or older release history.
New feature / API change