Public Types | |
typedef MathBaseTpl< Scalar > | MathBase |
typedef MathBase::MatrixXs | MatrixXs |
typedef MathBase::VectorXs | VectorXs |
Public Member Functions | |
template<template< typename Scalar > class Model> | |
ActionDataAbstractTpl (Model< Scalar > *const model) | |
Public Attributes | |
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 356 of file action-base.hpp.
typedef MathBaseTpl<Scalar> MathBase |
Definition at line 360 of file action-base.hpp.
typedef MathBase::VectorXs VectorXs |
Definition at line 361 of file action-base.hpp.
typedef MathBase::MatrixXs MatrixXs |
Definition at line 362 of file action-base.hpp.
|
inlineexplicit |
Definition at line 365 of file action-base.hpp.
EIGEN_MAKE_ALIGNED_OPERATOR_NEW typedef _Scalar Scalar |
Definition at line 359 of file action-base.hpp.
Scalar cost |
cost value
Definition at line 410 of file action-base.hpp.
VectorXs xnext |
evolution state
Definition at line 411 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.
MatrixXs Fu |
Jacobian of the dynamics w.r.t. the control \(\mathbf{u}\).
Definition at line 414 of file action-base.hpp.
VectorXs r |
Cost residual.
Definition at line 415 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.
VectorXs Lu |
Jacobian of the cost w.r.t. the control \(\mathbf{u}\).
Definition at line 417 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.
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 Luu |
Hessian of the cost w.r.t. the control \(\mathbf{u}\).
Definition at line 421 of file action-base.hpp.
VectorXs g |
Inequality constraint values.
Definition at line 422 of file action-base.hpp.
MatrixXs Gx |
Jacobian of the inequality constraint w.r.t. the state \(\mathbf{x}\)
Definition at line 423 of file action-base.hpp.
MatrixXs Gu |
Jacobian of the inequality constraint w.r.t. the control \(\mathbf{u}\)
Definition at line 425 of file action-base.hpp.
VectorXs h |
Equality constraint values.
Definition at line 427 of file action-base.hpp.
MatrixXs Hx |
Jacobian of the equality constraint w.r.t. the state \(\mathbf{x}\)
Definition at line 428 of file action-base.hpp.
MatrixXs Hu |
Jacobian of the equality constraint w.r.t. the control \(\mathbf{u}\)
Definition at line 430 of file action-base.hpp.