|
typedef ActuationDataAbstractTpl< Scalar > | Base |
|
typedef MathBaseTpl< Scalar > | MathBase |
|
typedef MathBase::VectorXs | VectorXs |
|
typedef MathBaseTpl< Scalar > | MathBase |
|
typedef MathBase::MatrixXs | MatrixXs |
|
typedef MathBase::VectorXs | VectorXs |
|
|
template<template< typename Scalar > class Model> |
| ActuationDataNumDiffTpl (Model< Scalar > *const model) |
| Initialize the numdiff actuation data. More...
|
|
template<template< typename Scalar > class Model> |
| ActuationDataAbstractTpl (Model< Scalar > *const model) |
|
|
boost::shared_ptr< Base > | data_0 |
| The data that contains the final results.
|
|
std::vector< boost::shared_ptr< Base > > | data_u |
| The temporary data associated with the control variation.
|
|
std::vector< boost::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.
|
|
template<typename _Scalar>
struct crocoddyl::ActuationDataNumDiffTpl< _Scalar >
Definition at line 133 of file actuation.hpp.
◆ ActuationDataNumDiffTpl()
Initialize the numdiff actuation data.
- Template Parameters
-
- Parameters
-
model | is the object to compute the numerical differentiation from. |
Definition at line 148 of file actuation.hpp.
◆ xp
The integrated state from the disturbance on one DoF " \_form#87@_fakenl"
Definition at line 174 of file actuation.hpp.
◆ dtau_du
Partial derivatives of the actuation model w.r.t. the joint torque input
Definition at line 205 of file actuation-base.hpp.
◆ dtau_dx
Partial derivatives of the actuation model w.r.t. the state point
Definition at line 203 of file actuation-base.hpp.
The documentation for this struct was generated from the following files:
- /root/robotpkg/optimization/py-crocoddyl/work/crocoddyl-2.1.0/include/crocoddyl/core/fwd.hpp
- /root/robotpkg/optimization/py-crocoddyl/work/crocoddyl-2.1.0/include/crocoddyl/core/numdiff/actuation.hpp