#include <modelmisc.h>
Inheritance diagram for ModelLinear::
Public Methods | |
ModelLinear (string path) | |
virtual | ~ModelLinear () |
virtual MSLVector | StateToConfiguration (const MSLVector &x) |
A method that converts a Model state in to a Geom configuration. | |
virtual MSLVector | Integrate (const MSLVector &x, const MSLVector &u, const double &h) |
Perform integration from state x, using input u, over time step h. | |
virtual MSLVector | StateTransitionEquation (const MSLVector &x, const MSLVector &u) |
The state transition equation, or equations of motion, xdot=f(x,u). | |
Public Attributes | |
MSLMatrix | A |
MSLMatrix | B |
|
|
|
|
|
Perform integration from state x, using input u, over time step h.
Reimplemented from Model. |
|
A method that converts a Model state in to a Geom configuration.
Reimplemented from Model. |
|
The state transition equation, or equations of motion, xdot=f(x,u).
Reimplemented from Model. |
|
|
|
|