aligator
0.9.0
A primal-dual augmented Lagrangian-type solver for nonlinear trajectory optimization.
|
This residual returns the Center of Mass translation for a centroidal model with state \(x = (c, h, L) \). More...
#include <aligator/modelling/multibody/center-of-mass-translation.hpp>
Public Types | |
using | Scalar = _Scalar |
using | BaseData = typename Base::Data |
using | Model = pinocchio::ModelTpl<Scalar> |
using | SE3 = pinocchio::SE3Tpl<Scalar> |
using | Data = CenterOfMassTranslationDataTpl<Scalar> |
Public Types inherited from aligator::UnaryFunctionTpl< _Scalar > | |
using | Scalar |
using | Base |
using | Data |
Public Types inherited from aligator::StageFunctionTpl< _Scalar > | |
using | Scalar |
using | Data |
Public Member Functions | |
ALIGATOR_DYNAMIC_TYPEDEFS (Scalar) | |
ALIGATOR_UNARY_FUNCTION_INTERFACE (Scalar) | |
CenterOfMassTranslationResidualTpl (const int ndx, const int nu, const Model &model, const Vector3s &frame_trans) | |
const Vector3s & | getReference () const |
void | setReference (const Eigen::Ref< const Vector3s > &p_new) |
void | evaluate (const ConstVectorRef &x, BaseData &data) const |
void | computeJacobians (const ConstVectorRef &x, BaseData &data) const |
shared_ptr< BaseData > | createData () const |
Instantiate a Data object. | |
Public Member Functions inherited from aligator::UnaryFunctionTpl< _Scalar > | |
ALIGATOR_DYNAMIC_TYPEDEFS (_Scalar) | |
void | evaluate (const ConstVectorRef &x, const ConstVectorRef &, Data &data) const override |
void | computeJacobians (const ConstVectorRef &x, const ConstVectorRef &, Data &data) const override |
virtual void | computeVectorHessianProducts (const ConstVectorRef &, const ConstVectorRef &, Data &) const |
void | computeVectorHessianProducts (const ConstVectorRef &x, const ConstVectorRef &, const ConstVectorRef &lbda, Data &data) const override |
Public Member Functions inherited from aligator::StageFunctionTpl< _Scalar > | |
ALIGATOR_DYNAMIC_TYPEDEFS (_Scalar) | |
StageFunctionTpl (const int ndx, const int nu, const int nr) | |
virtual | ~StageFunctionTpl ()=default |
Public Member Functions inherited from aligator::frame_api | |
pinocchio::FrameIndex | getFrameId () const |
void | setFrameId (const std::size_t id) |
Public Attributes | |
Model | pin_model_ |
Public Attributes inherited from aligator::StageFunctionTpl< _Scalar > | |
const int | ndx1 |
Current state dimension. | |
const int | nu |
Control dimension. | |
const int | nr |
Function codimension. | |
Protected Attributes | |
Vector3s | p_ref_ |
Protected Attributes inherited from aligator::frame_api | |
pinocchio::FrameIndex | pin_frame_id_ |
This residual returns the Center of Mass translation for a centroidal model with state \(x = (c, h, L) \).
The residual returns the first three components of the state: \(r(x) = c - c_r \) with \( c \) center of mass and \( c_r \) desired reference for center of mass.
Definition at line 22 of file center-of-mass-translation.hpp.
using aligator::CenterOfMassTranslationResidualTpl< _Scalar >::Scalar = _Scalar |
Definition at line 25 of file center-of-mass-translation.hpp.
using aligator::CenterOfMassTranslationResidualTpl< _Scalar >::BaseData = typename Base::Data |
Definition at line 28 of file center-of-mass-translation.hpp.
using aligator::CenterOfMassTranslationResidualTpl< _Scalar >::Model = pinocchio::ModelTpl<Scalar> |
Definition at line 29 of file center-of-mass-translation.hpp.
using aligator::CenterOfMassTranslationResidualTpl< _Scalar >::SE3 = pinocchio::SE3Tpl<Scalar> |
Definition at line 30 of file center-of-mass-translation.hpp.
using aligator::CenterOfMassTranslationResidualTpl< _Scalar >::Data = CenterOfMassTranslationDataTpl<Scalar> |
Definition at line 31 of file center-of-mass-translation.hpp.
|
inline |
Definition at line 35 of file center-of-mass-translation.hpp.
aligator::CenterOfMassTranslationResidualTpl< _Scalar >::ALIGATOR_DYNAMIC_TYPEDEFS | ( | Scalar | ) |
aligator::CenterOfMassTranslationResidualTpl< _Scalar >::ALIGATOR_UNARY_FUNCTION_INTERFACE | ( | Scalar | ) |
|
inline |
Definition at line 40 of file center-of-mass-translation.hpp.
|
inline |
Definition at line 41 of file center-of-mass-translation.hpp.
|
virtual |
Implements aligator::UnaryFunctionTpl< _Scalar >.
|
virtual |
Implements aligator::UnaryFunctionTpl< _Scalar >.
|
inlinevirtual |
Instantiate a Data object.
Reimplemented from aligator::StageFunctionTpl< _Scalar >.
Definition at line 47 of file center-of-mass-translation.hpp.
Model aligator::CenterOfMassTranslationResidualTpl< _Scalar >::pin_model_ |
Definition at line 33 of file center-of-mass-translation.hpp.
|
protected |
Definition at line 52 of file center-of-mass-translation.hpp.