File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff 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
118127Version 2.8.0 (August 30, 2025)
119128-------------------------------
You can’t perform that action at this time.
0 commit comments