|
boost::shared_ptr< Base > | data_0 |
| The data at the approximation point.
|
|
std::vector< boost::shared_ptr< Base > > | data_u |
| The temporary data associated with the control variation.
|
|
std::vector< boost::shared_ptr< Base > > | data_x |
| The temporary data associated with the state variation.
|
|
VectorXs | du |
| Control disturbance.
|
|
VectorXs | dx |
| State disturbance.
|
|
VectorXs | r |
| Residual vector.
|
|
MatrixXs | Ru |
| Jacobian of the residual vector with respect the control.
|
|
MatrixXs | Rx |
| Jacobian of the residual vector with respect the state.
|
|
EIGEN_MAKE_ALIGNED_OPERATOR_NEW typedef _Scalar | Scalar |
|
DataCollectorAbstract * | shared |
| Shared data allocated by the action model.
|
|
Scalar | uh_jac |
| Disturbance value used for computing \( \ell_\mathbf{u} \).
|
|
VectorXs | up |
|
Scalar | x_norm |
| Norm of the state vector.
|
|
Scalar | xh_jac |
| Disturbance value used for computing \( \ell_\mathbf{x} \).
|
|
VectorXs | xp |
|
MatrixXs | Arr_Ru |
|
MatrixXs | Arr_Rx |
|
VectorXs | r |
| Residual vector.
|
|
MatrixXs | Ru |
| Jacobian of the residual vector with respect the control.
|
|
MatrixXs | Rx |
| Jacobian of the residual vector with respect the state.
|
|
EIGEN_MAKE_ALIGNED_OPERATOR_NEW typedef _Scalar | Scalar |
|
DataCollectorAbstract * | shared |
| Shared data allocated by the action model.
|
|
template<typename _Scalar>
struct crocoddyl::ResidualDataNumDiffTpl< _Scalar >
Definition at line 146 of file residual.hpp.
◆ ResidualDataNumDiffTpl()
Initialize the numdiff residual data.
- Template Parameters
-
- Parameters
-
model | is the object to compute the numerical differentiation from. |
Definition at line 163 of file residual.hpp.
◆ xp
The integrated state from the disturbance on one DoF " \_form#87@_fakenl".
Definition at line 199 of file residual.hpp.
◆ up
The integrated control from the disturbance on one DoF " \_form#95@_fakenl".
Definition at line 202 of file residual.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/numdiff/residual.hpp