Skip to content

Commit c5b3b9d

Browse files
Update release notes
1 parent 872c59c commit c5b3b9d

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/source/Support/bskReleaseNotes.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,15 @@ Version |release|
108108
``pyStatefulSysModel.i`` to use this mixin.
109109
- Added support for setting the position and velocity of :ref:`MJBody` with pure translational motion.
110110
- Added ``getAxis`` and ``isHinge`` to :ref:`MJJoint`.
111+
- Added :ref:`linearTimeInvariantSystem`. This module implements a linear time-invariant
112+
system using state-space representation. It can be used to model linear systems in the dynamics task of
113+
``MJScene``. This model is abstract: subclasses must specify how the input vector is
114+
read from input messages, and the output vector is written to output messages. Subclasses
115+
can be implemented in Python.
116+
- Added :ref:`singleActuatorLTI`: a single-input single-output subclass of :ref:`linearTimeInvariantSystem`
117+
whose input and output is a :ref:`SingleActuatorMsgPayload`.
118+
- Added :ref:`forceAtSiteLTI`: a subclass of :ref:`linearTimeInvariantSystem` whose input vector
119+
is read from a :ref:`ForceAtSiteMsgPayload` and output vector is written to a :ref:`ForceAtSiteMsgPayload`.
111120

112121

113122
Version 2.8.0 (August 30, 2025)

0 commit comments

Comments
 (0)