Public Types | |
| typedef ActionDataAbstractTpl< Scalar > | Base |
| typedef MathBaseTpl< Scalar > | MathBase |
| typedef MathBaseTpl< Scalar >::MatrixXs | MatrixXs |
| typedef MathBaseTpl< Scalar >::VectorXs | VectorXs |
Public Types inherited from ActionDataAbstractTpl< _Scalar > | |
| typedef MathBaseTpl< Scalar > | MathBase |
| typedef MathBase::MatrixXs | MatrixXs |
| typedef MathBase::VectorXs | VectorXs |
Public Member Functions | |
| template<template< typename Scalar > class Model> | |
| ActionDataNumDiffTpl (Model< Scalar > *const model) | |
| Initialize the numdiff action data. | |
Public Member Functions inherited from ActionDataAbstractTpl< _Scalar > | |
| template<template< typename Scalar > class Model> | |
| ActionDataAbstractTpl (Model< Scalar > *const model) | |
Public Attributes | |
| Scalar | cost |
| cost value | |
| 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. | |
| VectorXs | du |
| Control disturbance. | |
| VectorXs | dx |
| State disturbance. | |
| MatrixXs | Fu |
| Jacobian of the dynamics w.r.t. the control \(\mathbf{u}\). | |
| MatrixXs | Fx |
| Jacobian of the dynamics w.r.t. the state \(\mathbf{x}\). | |
| VectorXs | Lu |
| Jacobian of the cost w.r.t. the control \(\mathbf{u}\). | |
| MatrixXs | Luu |
| Hessian of the cost w.r.t. the control \(\mathbf{u}\). | |
| VectorXs | Lx |
| Jacobian of the cost w.r.t. the state \(\mathbf{x}\). | |
| MatrixXs | Lxu |
| MatrixXs | Lxx |
| Hessian of the cost w.r.t. the state \(\mathbf{x}\). | |
| VectorXs | r |
| Cost residual. | |
| MatrixXs | Ru |
| Cost residual jacobian: \( \frac{d r(x,u)}{du} \). | |
| MatrixXs | Rx |
| Cost residual jacobian: \( \frac{d r(x,u)}{dx} \). | |
| EIGEN_MAKE_ALIGNED_OPERATOR_NEW typedef _Scalar | Scalar |
| Scalar | uh_hess |
| Scalar | uh_hess_pow2 |
| Scalar | uh_jac |
| Disturbance value used for computing \( \ell_\mathbf{u} \). | |
| Scalar | x_norm |
| Norm of the state vector. | |
| Scalar | xh_hess |
| Scalar | xh_hess_pow2 |
| Scalar | xh_jac |
| Disturbance value used for computing \( \ell_\mathbf{x} \). | |
| VectorXs | xnext |
| evolution state | |
| VectorXs | xp |
| Scalar | xuh_hess_pow2 |
Public Attributes inherited from ActionDataAbstractTpl< _Scalar > | |
| Scalar | cost |
| cost value | |
| MatrixXs | Fu |
| Jacobian of the dynamics w.r.t. the control \(\mathbf{u}\). | |
| MatrixXs | Fx |
| Jacobian of the dynamics w.r.t. the state \(\mathbf{x}\). | |
| VectorXs | g |
| Inequality constraint values. | |
| MatrixXs | Gu |
| MatrixXs | Gx |
| VectorXs | h |
| Equality constraint values. | |
| MatrixXs | Hu |
| MatrixXs | Hx |
| VectorXs | Lu |
| Jacobian of the cost w.r.t. the control \(\mathbf{u}\). | |
| MatrixXs | Luu |
| Hessian of the cost w.r.t. the control \(\mathbf{u}\). | |
| VectorXs | Lx |
| Jacobian of the cost w.r.t. the state \(\mathbf{x}\). | |
| MatrixXs | Lxu |
| MatrixXs | Lxx |
| Hessian of the cost w.r.t. the state \(\mathbf{x}\). | |
| VectorXs | r |
| Cost residual. | |
| EIGEN_MAKE_ALIGNED_OPERATOR_NEW typedef _Scalar | Scalar |
| VectorXs | xnext |
| evolution state | |
Definition at line 175 of file action.hpp.
| typedef MathBaseTpl<Scalar> MathBase |
Definition at line 179 of file action.hpp.
| typedef ActionDataAbstractTpl<Scalar> Base |
Definition at line 180 of file action.hpp.
| typedef MathBaseTpl<Scalar>::VectorXs VectorXs |
Definition at line 181 of file action.hpp.
| typedef MathBaseTpl<Scalar>::MatrixXs MatrixXs |
Definition at line 182 of file action.hpp.
|
inlineexplicit |
Initialize the numdiff action data.
| Model | is the type of the ActionModelAbstractTpl. |
| model | is the object to compute the numerical differentiation from. |
Definition at line 191 of file action.hpp.
| EIGEN_MAKE_ALIGNED_OPERATOR_NEW typedef _Scalar Scalar |
Definition at line 178 of file action.hpp.
| Scalar x_norm |
Norm of the state vector.
Definition at line 227 of file action.hpp.
| Scalar xh_jac |
Disturbance value used for computing \( \ell_\mathbf{x} \).
Definition at line 229 of file action.hpp.
| Scalar uh_jac |
Disturbance value used for computing \( \ell_\mathbf{u} \).
Definition at line 231 of file action.hpp.
| Scalar xh_hess |
Disturbance value used for computing \( < \ell_\mathbf{xx} \)
Definition at line 232 of file action.hpp.
| Scalar uh_hess |
Disturbance value used for computing \( < \ell_\mathbf{uu} \)
Definition at line 234 of file action.hpp.
| Scalar xh_hess_pow2 |
Definition at line 236 of file action.hpp.
| Scalar uh_hess_pow2 |
Definition at line 237 of file action.hpp.
| Scalar xuh_hess_pow2 |
Definition at line 238 of file action.hpp.
| MatrixXs Rx |
Cost residual jacobian: \( \frac{d r(x,u)}{dx} \).
Definition at line 239 of file action.hpp.
| MatrixXs Ru |
Cost residual jacobian: \( \frac{d r(x,u)}{du} \).
Definition at line 240 of file action.hpp.
| VectorXs dx |
State disturbance.
Definition at line 241 of file action.hpp.
| VectorXs du |
Control disturbance.
Definition at line 242 of file action.hpp.
| VectorXs xp |
The integrated state from the disturbance on one DoF "\iline 244 \_form#91@_fakenl"
Definition at line 243 of file action.hpp.
| std::shared_ptr<Base> data_0 |
The data that contains the final results.
Definition at line 245 of file action.hpp.
| std::vector<std::shared_ptr<Base> > data_x |
The temporary data associated with the state variation.
Definition at line 247 of file action.hpp.
| std::vector<std::shared_ptr<Base> > data_u |
The temporary data associated with the control variation.
Definition at line 249 of file action.hpp.
| Scalar cost |
cost value
Definition at line 399 of file action-base.hpp.
| MatrixXs Fu |
Jacobian of the dynamics w.r.t. the control \(\mathbf{u}\).
Definition at line 403 of file action-base.hpp.
| MatrixXs Fx |
Jacobian of the dynamics w.r.t. the state \(\mathbf{x}\).
Definition at line 401 of file action-base.hpp.
| VectorXs Lu |
Jacobian of the cost w.r.t. the control \(\mathbf{u}\).
Definition at line 406 of file action-base.hpp.
| MatrixXs Luu |
Hessian of the cost w.r.t. the control \(\mathbf{u}\).
Definition at line 410 of file action-base.hpp.
| VectorXs Lx |
Jacobian of the cost w.r.t. the state \(\mathbf{x}\).
Definition at line 405 of file action-base.hpp.
| MatrixXs Lxu |
Hessian of the cost w.r.t. the state \(\mathbf{x}\) and control \(\mathbf{u}\)
Definition at line 408 of file action-base.hpp.
| MatrixXs Lxx |
Hessian of the cost w.r.t. the state \(\mathbf{x}\).
Definition at line 407 of file action-base.hpp.
| VectorXs r |
Cost residual.
Definition at line 404 of file action-base.hpp.
| VectorXs xnext |
evolution state
Definition at line 400 of file action-base.hpp.