Template Struct ActionDataNumDiffTpl
Defined in File action.hpp
Inheritance Relationships
Base Type
public crocoddyl::ActionDataAbstractTpl< _Scalar >(Template Struct ActionDataAbstractTpl)
Struct Documentation
-
template<typename _Scalar>
struct ActionDataNumDiffTpl : public crocoddyl::ActionDataAbstractTpl<_Scalar> Public Types
-
typedef MathBaseTpl<Scalar> MathBase
-
typedef ActionDataAbstractTpl<Scalar> Base
-
typedef MathBaseTpl<Scalar>::VectorXs VectorXs
-
typedef MathBaseTpl<Scalar>::MatrixXs MatrixXs
Public Functions
-
template<template<typename Scalar> class Model>
inline explicit ActionDataNumDiffTpl(Model<Scalar> *const model) Initialize the numdiff action data.
- Template Parameters:
Model – is the type of the
ActionModelAbstractTpl.- Parameters:
model – is the object to compute the numerical differentiation from.
Public Members
- EIGEN_MAKE_ALIGNED_OPERATOR_NEW typedef _Scalar Scalar
-
Scalar x_norm
Norm of the state vector.
-
Scalar xh_jac
Disturbance value used for computing \( \ell_\mathbf{x} \).
-
Scalar uh_jac
Disturbance value used for computing \( \ell_\mathbf{u} \).
-
Scalar xh_hess
Disturbance value used for computing \( < \ell_\mathbf{xx} \)
-
Scalar uh_hess
Disturbance value used for computing \( < \ell_\mathbf{uu} \)
-
Scalar xh_hess_pow2
-
Scalar uh_hess_pow2
-
Scalar xuh_hess_pow2
-
std::vector<std::shared_ptr<Base>> data_u
The temporary data associated with the control variation.
-
Scalar cost
cost value
-
typedef MathBaseTpl<Scalar> MathBase