This residual returns the linear momentum for a centroidal model with state \(x = (c, h, L) \).
More...
|
| ALIGATOR_DYNAMIC_TYPEDEFS (Scalar) |
|
| ALIGATOR_UNARY_FUNCTION_INTERFACE (Scalar) |
|
| LinearMomentumResidualTpl (const int ndx, const int nu, const Vector3s &h_ref) |
|
const Vector3s & | getReference () const |
|
void | setReference (const Eigen::Ref< const Vector3s > &h_new) |
|
void | evaluate (const ConstVectorRef &x, BaseData &data) const |
|
void | computeJacobians (const ConstVectorRef &, BaseData &data) const |
|
shared_ptr< BaseData > | createData () const |
| Instantiate a Data object.
|
|
| ALIGATOR_DYNAMIC_TYPEDEFS (Scalar) |
|
virtual void | evaluate (const ConstVectorRef &x, Data &data) const =0 |
|
virtual void | computeJacobians (const ConstVectorRef &x, Data &data) const =0 |
|
virtual void | computeVectorHessianProducts (const ConstVectorRef &, const ConstVectorRef &, Data &) const |
|
void | evaluate (const ConstVectorRef &x, const ConstVectorRef &, Data &data) const override |
| Evaluate the function.
|
|
void | computeJacobians (const ConstVectorRef &x, const ConstVectorRef &, Data &data) const override |
| Compute Jacobians of this function.
|
|
void | computeVectorHessianProducts (const ConstVectorRef &x, const ConstVectorRef &, const ConstVectorRef &lbda, Data &data) const override |
| Compute the vector-hessian products of this function.
|
|
| ALIGATOR_DYNAMIC_TYPEDEFS (Scalar) |
|
| StageFunctionTpl (const int ndx, const int nu, const int nr) |
|
virtual | ~StageFunctionTpl ()=default |
|
template<typename _Scalar>
struct aligator::LinearMomentumResidualTpl< _Scalar >
This residual returns the linear momentum for a centroidal model with state \(x = (c, h, L) \).
The residual returns the middle three components of the state: \(r(x) = h - h_r \) with \( h \) linear momentym and \( h_r \) desired reference for linear momentum.
Definition at line 19 of file linear-momentum.hpp.