|
| DiehlSystem () |
|
void | computeControlledDynamics (const core::StateVector< 1 > &state, const core::Time &t, const core::ControlVector< 1 > &control, core::StateVector< 1 > &derivative) override |
|
DiehlSystem * | clone () const override |
|
| ControlledSystem (const SYSTEM_TYPE &type=SYSTEM_TYPE::GENERAL) |
|
| ControlledSystem (std::shared_ptr< ct::core::Controller< 1, 1, SCALAR >> controller, const SYSTEM_TYPE &type=SYSTEM_TYPE::GENERAL) |
|
| ControlledSystem (const ControlledSystem &arg) |
|
virtual | ~ControlledSystem () |
|
void | setController (const std::shared_ptr< Controller< 1, 1, SCALAR >> &controller) |
|
void | getController (std::shared_ptr< Controller< 1, 1, SCALAR >> &controller) const |
|
std::shared_ptr< Controller< 1, 1, SCALAR > > | getController () |
|
virtual void | computeDynamics (const StateVector< 1, SCALAR > &state, const time_t &t, StateVector< 1, SCALAR > &derivative) override |
|
virtual void | computeControlledDynamics (const StateVector< 1, SCALAR > &state, const time_t &t, const ControlVector< 1, SCALAR > &control, StateVector< 1, SCALAR > &derivative)=0 |
|
ControlVector< 1, SCALAR > | getLastControlAction () |
|
| System (const SYSTEM_TYPE &type=SYSTEM_TYPE::GENERAL) |
|
| System (const System &other) |
|
virtual | ~System () |
|
virtual void | computeDynamics (const StateVector< STATE_DIM, SCALAR > &state, const time_t &t, StateVector< STATE_DIM, SCALAR > &derivative)=0 |
|
SYSTEM_TYPE | getType () const |
|
virtual bool | isSymplectic () const |
|
Dynamics class for the Diehl system.
We named this system after Prof. Moritz Diehl from the University of Freiburg, who gave it to us as a simple 1-dimensional test system. The system dynamics are dx/dt = (1+x)x + u + 0.1