A floating base rigid body system that uses forward dynamics. The input vector is assumed to consist of joint torques and end-effector forces expressed in the world.
More...
|
| | HyQContactModelForwardZeroSystem () |
| |
| | HyQContactModelForwardZeroSystem (const HyQContactModelForwardZeroSystem &other) |
| |
| virtual | ~HyQContactModelForwardZeroSystem () |
| |
| virtual HyQContactModelForwardZeroSystem * | clone () const override |
| |
| virtual void | computePdot (const StateVector &x, const core::StateVector< 18 > &v, const ControlVector &control, core::StateVector< 18 > &pDot) override |
| |
| virtual void | computeVdot (const StateVector &x, const core::StateVector< 18 > &p, const ControlVector &control, core::StateVector< 18 > &vDot) override |
| |
| | SymplecticSystem (const SYSTEM_TYPE &type=SYSTEM_TYPE::GENERAL) |
| |
| | SymplecticSystem (std::shared_ptr< ct::core::Controller< 18+18, 12, SCALAR >> controller, const SYSTEM_TYPE &type=SYSTEM_TYPE::GENERAL) |
| |
| | SymplecticSystem (const SymplecticSystem &arg) |
| |
| virtual | ~SymplecticSystem () |
| |
| virtual bool | isSymplectic () const override |
| |
| virtual void | computeControlledDynamics (const StateVector< 18+18, SCALAR > &state, const time_t &t, const ControlVector< 12, SCALAR > &control, StateVector< 18+18, SCALAR > &derivative) override |
| |
| void | computePdot (const StateVector< 18+18, SCALAR > &x, const StateVector< 18, SCALAR > &v, StateVector< 18, SCALAR > &pDot) |
| |
| virtual void | computePdot (const StateVector< 18+18, SCALAR > &x, const StateVector< 18, SCALAR > &v, const ControlVector< 12, SCALAR > &control, StateVector< 18, SCALAR > &pDot)=0 |
| |
| void | computeVdot (const StateVector< 18+18, SCALAR > &x, const StateVector< 18, SCALAR > &p, StateVector< 18, SCALAR > &vDot) |
| |
| virtual void | computeVdot (const StateVector< 18+18, SCALAR > &x, const StateVector< 18, SCALAR > &p, const ControlVector< 12, SCALAR > &control, StateVector< 18, SCALAR > &vDot)=0 |
| |
| | ControlledSystem (const SYSTEM_TYPE &type=SYSTEM_TYPE::GENERAL) |
| |
| | ControlledSystem (std::shared_ptr< ct::core::Controller< 18+18, 12, SCALAR >> controller, const SYSTEM_TYPE &type=SYSTEM_TYPE::GENERAL) |
| |
| | ControlledSystem (const ControlledSystem &arg) |
| |
| virtual | ~ControlledSystem () |
| |
| void | setController (const std::shared_ptr< Controller< 18+18, 12, SCALAR >> &controller) |
| |
| void | getController (std::shared_ptr< Controller< 18+18, 12, SCALAR >> &controller) const |
| |
| std::shared_ptr< Controller< 18+18, 12, SCALAR > > | getController () |
| |
| virtual void | computeDynamics (const StateVector< 18+18, SCALAR > &state, const time_t &t, StateVector< 18+18, SCALAR > &derivative) override |
| |
| ControlVector< 12, 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 |
| |
A floating base rigid body system that uses forward dynamics. The input vector is assumed to consist of joint torques and end-effector forces expressed in the world.