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 @@ -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
113122Version 2.8.0 (August 30, 2025)
You can’t perform that action at this time.
0 commit comments