Public Types | |
typedef ActuationDataAbstractTpl< Scalar > | Base |
typedef MathBaseTpl< Scalar > | MathBase |
typedef MathBase::MatrixXs | MatrixXs |
typedef SquashingDataAbstractTpl< Scalar > | SquashingDataAbstract |
typedef MathBase::VectorXs | VectorXs |
![]() | |
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) | |
![]() | |
template<template< typename Scalar > class Model> | |
ActuationDataAbstractTpl (Model< Scalar > *const model) | |
Public Attributes | |
boost::shared_ptr< ActuationDataAbstract > | actuation |
MatrixXs | dtau_du |
Partial derivatives of the actuation model w.r.t. the control input. More... | |
MatrixXs | dtau_dx |
Partial derivatives of the actuation model w.r.t. the state point. More... | |
EIGEN_MAKE_ALIGNED_OPERATOR_NEW typedef _Scalar | Scalar |
boost::shared_ptr< SquashingDataAbstract > | squashing |
VectorXs | tau |
Actuation (generalized force) signal. More... | |
![]() | |
MatrixXs | dtau_du |
Partial derivatives of the actuation model w.r.t. the control input. More... | |
MatrixXs | dtau_dx |
Partial derivatives of the actuation model w.r.t. the state point. More... | |
EIGEN_MAKE_ALIGNED_OPERATOR_NEW typedef _Scalar | Scalar |
VectorXs | tau |
Actuation (generalized force) signal. More... | |
Definition at line 70 of file actuation-squashing.hpp.
typedef ActuationDataAbstractTpl<Scalar> Base |
Definition at line 74 of file actuation-squashing.hpp.
typedef SquashingDataAbstractTpl<Scalar> SquashingDataAbstract |
Definition at line 75 of file actuation-squashing.hpp.
typedef MathBaseTpl<Scalar> MathBase |
Definition at line 76 of file actuation-squashing.hpp.
typedef MathBase::VectorXs VectorXs |
Definition at line 77 of file actuation-squashing.hpp.
typedef MathBase::MatrixXs MatrixXs |
Definition at line 78 of file actuation-squashing.hpp.
|
inlineexplicit |
Definition at line 81 of file actuation-squashing.hpp.
|
inline |
Definition at line 86 of file actuation-squashing.hpp.
EIGEN_MAKE_ALIGNED_OPERATOR_NEW typedef _Scalar Scalar |
Definition at line 73 of file actuation-squashing.hpp.
boost::shared_ptr<SquashingDataAbstract> squashing |
Definition at line 88 of file actuation-squashing.hpp.
boost::shared_ptr<ActuationDataAbstract> actuation |
Definition at line 89 of file actuation-squashing.hpp.
MatrixXs dtau_du |
Partial derivatives of the actuation model w.r.t. the control input.
Definition at line 159 of file actuation-base.hpp.
MatrixXs dtau_dx |
Partial derivatives of the actuation model w.r.t. the state point.
Definition at line 158 of file actuation-base.hpp.
VectorXs tau |
Actuation (generalized force) signal.
Definition at line 157 of file actuation-base.hpp.