Public Types | |
typedef DifferentialActionDataAbstractTpl< Scalar > | Base |
typedef MathBaseTpl< Scalar > | MathBase |
typedef MathBase::MatrixXs | MatrixXs |
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> | |
DifferentialActionDataNumDiffTpl (Model< Scalar > *const model) | |
Construct a new ActionDataNumDiff object. | |
![]() | |
template<template< typename Scalar > class Model> | |
DifferentialActionDataAbstractTpl (Model< Scalar > *const model) | |
Public Attributes | |
Scalar | cost |
cost value | |
std::shared_ptr< Base > | data_0 |
std::vector< std::shared_ptr< Base > > | data_u |
std::vector< std::shared_ptr< Base > > | data_x |
VectorXs | du |
VectorXs | dx |
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. | |
MatrixXs | Ru |
MatrixXs | Rx |
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 | xout |
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 | xout |
evolution state | |
Definition at line 167 of file diff-action.hpp.
typedef MathBaseTpl<Scalar> MathBase |
Definition at line 172 of file diff-action.hpp.
typedef DifferentialActionDataAbstractTpl<Scalar> Base |
Definition at line 173 of file diff-action.hpp.
typedef MathBase::VectorXs VectorXs |
Definition at line 174 of file diff-action.hpp.
typedef MathBase::MatrixXs MatrixXs |
Definition at line 175 of file diff-action.hpp.
|
inlineexplicit |
Construct a new ActionDataNumDiff object.
Model | is the type of the ActionModel. |
model | is the object to compute the numerical differentiation from. |
Definition at line 184 of file diff-action.hpp.
EIGEN_MAKE_ALIGNED_OPERATOR_NEW typedef _Scalar Scalar |
Definition at line 171 of file diff-action.hpp.
Scalar x_norm |
Norm of the state vector.
Definition at line 209 of file diff-action.hpp.
Scalar xh_jac |
Disturbance value used for computing \( \ell_\mathbf{x} \).
Definition at line 211 of file diff-action.hpp.
Scalar uh_jac |
Disturbance value used for computing \( \ell_\mathbf{u} \).
Definition at line 213 of file diff-action.hpp.
Scalar xh_hess |
Disturbance value used for computing \( < \ell_\mathbf{xx} \)
Definition at line 214 of file diff-action.hpp.
Scalar uh_hess |
Disturbance value used for computing \( < \ell_\mathbf{uu} \)
Definition at line 216 of file diff-action.hpp.
Scalar xh_hess_pow2 |
Definition at line 218 of file diff-action.hpp.
Scalar uh_hess_pow2 |
Definition at line 219 of file diff-action.hpp.
Scalar xuh_hess_pow2 |
Definition at line 220 of file diff-action.hpp.
MatrixXs Rx |
Definition at line 221 of file diff-action.hpp.
MatrixXs Ru |
Definition at line 222 of file diff-action.hpp.
VectorXs dx |
Definition at line 223 of file diff-action.hpp.
VectorXs du |
Definition at line 224 of file diff-action.hpp.
VectorXs xp |
Definition at line 225 of file diff-action.hpp.
std::shared_ptr<Base> data_0 |
Definition at line 226 of file diff-action.hpp.
std::vector<std::shared_ptr<Base> > data_x |
Definition at line 227 of file diff-action.hpp.
std::vector<std::shared_ptr<Base> > data_u |
Definition at line 228 of file diff-action.hpp.
Scalar cost |
cost value
Definition at line 439 of file diff-action-base.hpp.
MatrixXs Fu |
Jacobian of the dynamics w.r.t. the control \(\mathbf{u}\).
Definition at line 443 of file diff-action-base.hpp.
MatrixXs Fx |
Jacobian of the dynamics w.r.t. the state \(\mathbf{x}\).
Definition at line 441 of file diff-action-base.hpp.
VectorXs g |
Inequality constraint values.
Definition at line 451 of file diff-action-base.hpp.
MatrixXs Gu |
Jacobian of the inequality constraint w.r.t. the control \(\mathbf{u}\)
Definition at line 454 of file diff-action-base.hpp.
MatrixXs Gx |
Jacobian of the inequality constraint w.r.t. the state \(\mathbf{x}\)
Definition at line 452 of file diff-action-base.hpp.
VectorXs h |
Equality constraint values.
Definition at line 456 of file diff-action-base.hpp.
MatrixXs Hu |
Jacobian of the equality constraint w.r.t the control \(\mathbf{u}\)
Definition at line 459 of file diff-action-base.hpp.
MatrixXs Hx |
Jacobian of the equality constraint w.r.t. the state \(\mathbf{x}\)
Definition at line 457 of file diff-action-base.hpp.
VectorXs Lu |
Jacobian of the cost w.r.t. the control \(\mathbf{u}\).
Definition at line 446 of file diff-action-base.hpp.
MatrixXs Luu |
Hessian of the cost w.r.t. the control \(\mathbf{u}\).
Definition at line 450 of file diff-action-base.hpp.
VectorXs Lx |
Jacobian of the cost w.r.t. the state \(\mathbf{x}\).
Definition at line 445 of file diff-action-base.hpp.
MatrixXs Lxu |
Hessian of the cost w.r.t. the state \(\mathbf{x}\) and control u
Definition at line 448 of file diff-action-base.hpp.
MatrixXs Lxx |
Hessian of the cost w.r.t. the state \(\mathbf{x}\).
Definition at line 447 of file diff-action-base.hpp.
VectorXs r |
Cost residual.
Definition at line 444 of file diff-action-base.hpp.
VectorXs xout |
evolution state
Definition at line 440 of file diff-action-base.hpp.