Skip to content

Commit ab844c0

Browse files
Update release notes
1 parent 52f24be commit ab844c0

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
@@ -114,6 +114,15 @@ Version |release|
114114
add better error logging for all methods implemented in Python and will add a sanity check that the
115115
C++ class constructor is called (otherwise, hard-to-parse errors will be raised). Refactored
116116
``pyStatefulSysModel.i`` to use this mixin.
117+
- Added :ref:`linearTimeInvariantSystem`. This module implements a linear time-invariant
118+
system using state-space representation. It can be used to model linear systems in the dynamics task of
119+
``MJScene``. This model is abstract: subclasses must specify how the input vector is
120+
read from input messages, and the output vector is written to output messages. Subclasses
121+
can be implemented in Python.
122+
- Added :ref:`singleActuatorLTI`: a single-input single-output subclass of :ref:`linearTimeInvariantSystem`
123+
whose input and output is a :ref:`SingleActuatorMsgPayload`.
124+
- Added :ref:`forceAtSiteLTI`: a subclass of :ref:`linearTimeInvariantSystem` whose input vector
125+
is read from a :ref:`ForceAtSiteMsgPayload` and output vector is written to a :ref:`ForceAtSiteMsgPayload`.
117126

118127
Version 2.8.0 (August 30, 2025)
119128
-------------------------------

0 commit comments

Comments
 (0)