|
boost::shared_ptr< ActivationDataAbstract > | activation |
|
Scalar | cost |
|
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 | Lu |
|
MatrixXs | Luu |
|
VectorXs | Lx |
|
MatrixXs | Lxu |
|
MatrixXs | Lxx |
|
boost::shared_ptr< ResidualDataAbstract > | residual |
|
EIGEN_MAKE_ALIGNED_OPERATOR_NEW typedef _Scalar | Scalar |
|
DataCollectorAbstract * | shared |
|
VectorXs | up |
| The integrated control from the disturbance on one DoF "\f$ \int u du_i = u + du \f$".
|
|
VectorXs | xp |
| The integrated state from the disturbance on one DoF "\f$ \int x dx_i \f$".
|
|
boost::shared_ptr< ActivationDataAbstract > | activation |
|
Scalar | cost |
|
VectorXs | Lu |
|
MatrixXs | Luu |
|
VectorXs | Lx |
|
MatrixXs | Lxu |
|
MatrixXs | Lxx |
|
boost::shared_ptr< ResidualDataAbstract > | residual |
|
EIGEN_MAKE_ALIGNED_OPERATOR_NEW typedef _Scalar | Scalar |
|
DataCollectorAbstract * | shared |
|
template<typename _Scalar>
struct crocoddyl::CostDataNumDiffTpl< _Scalar >
Definition at line 143 of file cost.hpp.