Public Types | |
typedef ActuationDataAbstractTpl< Scalar > | Base |
typedef MathBaseTpl< Scalar > | MathBase |
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> | |
ActuationDataNumDiffTpl (Model< Scalar > *const model) | |
Initialize the numdiff actuation data. | |
![]() | |
template<template< typename Scalar > class Model> | |
ActuationDataAbstractTpl (Model< Scalar > *const model) | |
Public Attributes | |
std::shared_ptr< Base > | data_0 |
The data that contains the final results. | |
std::vector< std::shared_ptr< Base > > | data_u |
The temporary data associated with the control variation. | |
std::vector< std::shared_ptr< Base > > | data_x |
The temporary data associated with the state variation. | |
MatrixXs | dtau_du |
MatrixXs | dtau_dx |
VectorXs | du |
Control disturbance. | |
VectorXs | dx |
State disturbance. | |
EIGEN_MAKE_ALIGNED_OPERATOR_NEW typedef _Scalar | Scalar |
VectorXs | tau |
Generalized torques. | |
Scalar | uh_jac |
Disturbance value used for computing \( \ell_\mathbf{u} \). | |
Scalar | x_norm |
Norm of the state vector. | |
Scalar | xh_jac |
Disturbance value used for computing \( \ell_\mathbf{x} \). | |
VectorXs | xp |
![]() | |
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 133 of file actuation.hpp.
typedef MathBaseTpl<Scalar> MathBase |
Definition at line 137 of file actuation.hpp.
typedef MathBase::VectorXs VectorXs |
Definition at line 138 of file actuation.hpp.
typedef ActuationDataAbstractTpl<Scalar> Base |
Definition at line 139 of file actuation.hpp.
|
inlineexplicit |
Initialize the numdiff actuation data.
Model | is the type of the ActuationModelAbstractTpl . |
model | is the object to compute the numerical differentiation from. |
Definition at line 148 of file actuation.hpp.
EIGEN_MAKE_ALIGNED_OPERATOR_NEW typedef _Scalar Scalar |
Definition at line 136 of file actuation.hpp.
Scalar x_norm |
Norm of the state vector.
Definition at line 167 of file actuation.hpp.
Scalar xh_jac |
Disturbance value used for computing \( \ell_\mathbf{x} \).
Definition at line 169 of file actuation.hpp.
Scalar uh_jac |
Disturbance value used for computing \( \ell_\mathbf{u} \).
Definition at line 171 of file actuation.hpp.
VectorXs dx |
State disturbance.
Definition at line 172 of file actuation.hpp.
VectorXs du |
Control disturbance.
Definition at line 173 of file actuation.hpp.
VectorXs xp |
The integrated state from the disturbance on one DoF "\iline 175 \_form#91@_fakenl"
Definition at line 174 of file actuation.hpp.
std::shared_ptr<Base> data_0 |
The data that contains the final results.
Definition at line 176 of file actuation.hpp.
std::vector<std::shared_ptr<Base> > data_x |
The temporary data associated with the state variation.
Definition at line 178 of file actuation.hpp.
std::vector<std::shared_ptr<Base> > data_u |
The temporary data associated with the control variation.
Definition at line 180 of file actuation.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.