18template <
typename _Scalar>
38 return std::make_shared<Data>(
this);
45template <
typename Scalar>
47 EIGEN_MAKE_ALIGNED_OPERATOR_NEW
55#ifdef ALIGATOR_ENABLE_TEMPLATE_INSTANTIATION
56#include "aligator/modelling/centroidal/linear-momentum.txx"
LinearMomentumDataTpl(const LinearMomentumResidualTpl< Scalar > *model)
StageFunctionDataTpl< Scalar > Base
This residual returns the linear momentum for a centroidal model with state .
void computeJacobians(const ConstVectorRef &, BaseData &data) const
LinearMomentumDataTpl< Scalar > Data
typename Base::Data BaseData
void evaluate(const ConstVectorRef &x, BaseData &data) const
shared_ptr< BaseData > createData() const
Instantiate a Data object.
ALIGATOR_DYNAMIC_TYPEDEFS(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)
ALIGATOR_UNARY_FUNCTION_INTERFACE(Scalar)
StageFunctionDataTpl(const int ndx, const int nu, const int nr)
const int nu
Control dimension.
StageFunctionDataTpl< Scalar > Data
Represents unary functions of the form , with no control (or next-state) arguments.
StageFunctionTpl< Scalar > Base