aligator
0.9.0
A primal-dual augmented Lagrangian-type solver for nonlinear trajectory optimization.
|
#include <aligator/modelling/multibody/dcm-position.hpp>
Public Types | |
using | Base = StageFunctionDataTpl<Scalar> |
using | PinData = pinocchio::DataTpl<Scalar> |
Public Types inherited from aligator::StageFunctionDataTpl< Scalar > | |
using | Scalar = _Scalar |
Public Member Functions | |
DCMPositionDataTpl (const DCMPositionResidualTpl< Scalar > &model) | |
Public Member Functions inherited from aligator::StageFunctionDataTpl< Scalar > | |
ALIGATOR_DYNAMIC_TYPEDEFS (Scalar) | |
StageFunctionDataTpl (const int ndx, const int nu, const int nr) | |
Default constructor. | |
StageFunctionDataTpl (const StageFunctionTpl< Scalar > &model) | |
virtual | ~StageFunctionDataTpl ()=default |
Public Attributes | |
PinData | pin_data_ |
Pinocchio data object. | |
math_types< Scalar >::Matrix3Xs | fJf_ |
Jacobian of the error. | |
Public Attributes inherited from aligator::StageFunctionDataTpl< Scalar > | |
const int | ndx1 |
const int | nu |
const int | nr |
const int | nvar = ndx1 + nu |
Total number of variables. | |
VectorXs | value_ |
Function value. | |
VectorRef | valref_ |
MatrixXs | jac_buffer_ |
Full Jacobian. | |
MatrixXs | vhp_buffer_ |
Vector-Hessian product buffer. | |
MatrixRef | Jx_ |
Jacobian with respect to \(x\). | |
MatrixRef | Ju_ |
Jacobian with respect to \(u\). | |
MatrixRef | Hxx_ |
MatrixRef | Hxu_ |
MatrixRef | Huu_ |
Definition at line 48 of file dcm-position.hpp.
using aligator::DCMPositionDataTpl< Scalar >::Base = StageFunctionDataTpl<Scalar> |
Definition at line 50 of file dcm-position.hpp.
using aligator::DCMPositionDataTpl< Scalar >::PinData = pinocchio::DataTpl<Scalar> |
Definition at line 51 of file dcm-position.hpp.
aligator::DCMPositionDataTpl< Scalar >::DCMPositionDataTpl | ( | const DCMPositionResidualTpl< Scalar > & | model | ) |
PinData aligator::DCMPositionDataTpl< Scalar >::pin_data_ |
Pinocchio data object.
Definition at line 54 of file dcm-position.hpp.
math_types<Scalar>::Matrix3Xs aligator::DCMPositionDataTpl< Scalar >::fJf_ |
Jacobian of the error.
Definition at line 56 of file dcm-position.hpp.