Skip to content
Closed
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
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
Changed
^^^^^^^

* Changed :class:`~isaaclab.controllers.OperationalSpaceController` to evaluate its task-space
impedance, contact-wrench and null-space laws through Newton's model-free operational-space
controller (:class:`newton.controllers.ControllerOperationalSpaceModelFree`), preserving its
public configuration, command, and output contracts. The task frame is now handed to Newton as
the operational frame, so gains, selection axes and targets stay expressed in it instead of being
rotated into the root frame first. Solves now use float32 internal buffers.

Fixed
^^^^^

* Fixed the ``variable_kp`` impedance mode rebinding the motion damping-gain buffer instead of
writing it in place, which left previously captured references, such as the LeApp export
annotator's gain tensors, reading a stale buffer.
Loading
Loading