Public Types | |
typedef ActionDataAbstractTpl< Scalar > | Base |
typedef MathBaseTpl< Scalar > | MathBase |
typedef MathBaseTpl< Scalar >::MatrixXs | MatrixXs |
typedef MathBaseTpl< Scalar >::VectorXs | VectorXs |
![]() | |
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. | |
![]() | |
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 |
![]() | |
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 186 of file action.hpp.
typedef MathBaseTpl<Scalar> MathBase |
Definition at line 190 of file action.hpp.
typedef ActionDataAbstractTpl<Scalar> Base |
Definition at line 191 of file action.hpp.
typedef MathBaseTpl<Scalar>::VectorXs VectorXs |
Definition at line 192 of file action.hpp.
typedef MathBaseTpl<Scalar>::MatrixXs MatrixXs |
Definition at line 193 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 202 of file action.hpp.
EIGEN_MAKE_ALIGNED_OPERATOR_NEW typedef _Scalar Scalar |
Definition at line 189 of file action.hpp.
Scalar x_norm |
Norm of the state vector.
Definition at line 238 of file action.hpp.
Scalar xh_jac |
Disturbance value used for computing \( \ell_\mathbf{x} \).
Definition at line 240 of file action.hpp.
Scalar uh_jac |
Disturbance value used for computing \( \ell_\mathbf{u} \).
Definition at line 242 of file action.hpp.
Scalar xh_hess |
Disturbance value used for computing \( < \ell_\mathbf{xx} \)
Definition at line 243 of file action.hpp.
Scalar uh_hess |
Disturbance value used for computing \( < \ell_\mathbf{uu} \)
Definition at line 245 of file action.hpp.
Scalar xh_hess_pow2 |
Definition at line 247 of file action.hpp.
Scalar uh_hess_pow2 |
Definition at line 248 of file action.hpp.
Scalar xuh_hess_pow2 |
Definition at line 249 of file action.hpp.
MatrixXs Rx |
Cost residual jacobian: \( \frac{d r(x,u)}{dx} \).
Definition at line 250 of file action.hpp.
MatrixXs Ru |
Cost residual jacobian: \( \frac{d r(x,u)}{du} \).
Definition at line 251 of file action.hpp.
VectorXs dx |
State disturbance.
Definition at line 252 of file action.hpp.
VectorXs du |
Control disturbance.
Definition at line 253 of file action.hpp.
VectorXs xp |
The integrated state from the disturbance on one DoF "\iline 255 \_form#91@_fakenl"
Definition at line 254 of file action.hpp.
std::shared_ptr<Base> data_0 |
The data that contains the final results.
Definition at line 256 of file action.hpp.
std::vector<std::shared_ptr<Base> > data_x |
The temporary data associated with the state variation.
Definition at line 258 of file action.hpp.
std::vector<std::shared_ptr<Base> > data_u |
The temporary data associated with the control variation.
Definition at line 260 of file action.hpp.
Scalar cost |
cost value
Definition at line 410 of file action-base.hpp.
MatrixXs Fu |
Jacobian of the dynamics w.r.t. the control \(\mathbf{u}\).
Definition at line 414 of file action-base.hpp.
MatrixXs Fx |
Jacobian of the dynamics w.r.t. the state \(\mathbf{x}\).
Definition at line 412 of file action-base.hpp.
VectorXs Lu |
Jacobian of the cost w.r.t. the control \(\mathbf{u}\).
Definition at line 417 of file action-base.hpp.
MatrixXs Luu |
Hessian of the cost w.r.t. the control \(\mathbf{u}\).
Definition at line 421 of file action-base.hpp.
VectorXs Lx |
Jacobian of the cost w.r.t. the state \(\mathbf{x}\).
Definition at line 416 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 419 of file action-base.hpp.
MatrixXs Lxx |
Hessian of the cost w.r.t. the state \(\mathbf{x}\).
Definition at line 418 of file action-base.hpp.
VectorXs r |
Cost residual.
Definition at line 415 of file action-base.hpp.
VectorXs xnext |
evolution state
Definition at line 411 of file action-base.hpp.