|
template<template< typename Scalar > class Model> |
| IntegratedActionDataEulerTpl (Model< Scalar > *const model) |
|
template<template< typename Scalar > class Model> |
| IntegratedActionDataAbstractTpl (Model< Scalar > *const model) |
|
template<template< typename Scalar > class Model> |
| ActionDataAbstractTpl (Model< Scalar > *const model) |
|
|
boost::shared_ptr< ControlParametrizationDataAbstract > | control |
| Control parametrization data.
|
|
Scalar | cost |
| cost value
|
|
MatrixXs | da_du |
|
boost::shared_ptr< DifferentialActionDataAbstract > | differential |
| Differential model data.
|
|
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 | 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}\).
|
|
MatrixXs | Lwu |
|
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
|
|
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 | 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
|
|
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
|
|
template<typename _Scalar>
struct crocoddyl::IntegratedActionDataEulerTpl< _Scalar >
Definition at line 187 of file euler.hpp.
◆ Lwu
Hessian of the cost function with respect to the control input (w) and control parameters (u)
Definition at line 220 of file euler.hpp.
◆ Lxu
Hessian of the cost w.r.t. the state \(\mathbf{x}\) and control \(\mathbf{u}\)
Definition at line 382 of file action-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/integrator/euler.hpp