Public Types | |
| typedef ActuationDataAbstractTpl< Scalar > | Base |
| typedef MathBaseTpl< Scalar > | MathBase |
| typedef MathBase::MatrixXs | MatrixXs |
| typedef SquashingDataAbstractTpl< Scalar > | SquashingDataAbstract |
| typedef MathBase::VectorXs | VectorXs |
Public Types inherited from ActuationDataAbstractTpl< _Scalar > | |
| typedef MathBaseTpl< Scalar > | MathBase |
| typedef MathBase::MatrixXs | MatrixXs |
| typedef MathBase::VectorXs | VectorXs |
Public Member Functions | |
| template<template< typename Scalar > class Model> | |
| ActuationSquashingDataTpl (Model< Scalar > *const model) | |
Public Member Functions inherited from ActuationDataAbstractTpl< _Scalar > | |
| template<template< typename Scalar > class Model> | |
| ActuationDataAbstractTpl (Model< Scalar > *const model) | |
Public Attributes | |
| std::shared_ptr< ActuationDataAbstract > | actuation |
| MatrixXs | dtau_du |
| MatrixXs | dtau_dx |
| EIGEN_MAKE_ALIGNED_OPERATOR_NEW typedef _Scalar | Scalar |
| std::shared_ptr< SquashingDataAbstract > | squashing |
| VectorXs | tau |
| Generalized torques. | |
| std::vector< bool > | tau_set |
| True for joints that are actuacted. | |
Public Attributes inherited from ActuationDataAbstractTpl< _Scalar > | |
| MatrixXs | dtau_du |
| MatrixXs | dtau_dx |
| MatrixXs | Mtau |
| EIGEN_MAKE_ALIGNED_OPERATOR_NEW typedef _Scalar | Scalar |
| VectorXs | tau |
| Generalized torques. | |
| std::vector< bool > | tau_set |
| True for joints that are actuacted. | |
| VectorXs | u |
| Joint torques. | |
Definition at line 92 of file actuation-squashing.hpp.
| typedef ActuationDataAbstractTpl<Scalar> Base |
Definition at line 96 of file actuation-squashing.hpp.
| typedef SquashingDataAbstractTpl<Scalar> SquashingDataAbstract |
Definition at line 97 of file actuation-squashing.hpp.
| typedef MathBaseTpl<Scalar> MathBase |
Definition at line 98 of file actuation-squashing.hpp.
| typedef MathBase::VectorXs VectorXs |
Definition at line 99 of file actuation-squashing.hpp.
| typedef MathBase::MatrixXs MatrixXs |
Definition at line 100 of file actuation-squashing.hpp.
|
inlineexplicit |
Definition at line 103 of file actuation-squashing.hpp.
|
inline |
Definition at line 108 of file actuation-squashing.hpp.
| EIGEN_MAKE_ALIGNED_OPERATOR_NEW typedef _Scalar Scalar |
Definition at line 95 of file actuation-squashing.hpp.
| std::shared_ptr<SquashingDataAbstract> squashing |
Definition at line 110 of file actuation-squashing.hpp.
| std::shared_ptr<ActuationDataAbstract> actuation |
Definition at line 111 of file actuation-squashing.hpp.
| MatrixXs dtau_du |
Partial derivatives of the actuation model w.r.t. the joint torque input
Definition at line 205 of file actuation-base.hpp.
| MatrixXs dtau_dx |
Partial derivatives of the actuation model w.r.t. the state point
Definition at line 203 of file actuation-base.hpp.
| VectorXs tau |
Generalized torques.
Definition at line 201 of file actuation-base.hpp.
| std::vector<bool> tau_set |
True for joints that are actuacted.
Definition at line 209 of file actuation-base.hpp.