#include <constraint-model-generic.hpp>
Public Member Functions | |
ConstraintModelTpl () | |
template<typename ContraintModelDerived > | |
ConstraintModelTpl (const ConstraintModelBase< ContraintModelDerived > &cmodel) | |
ConstraintModelTpl (const ConstraintModelVariant &cmodel_variant) | |
ConstraintData | createData () const |
Public Member Functions inherited from pinocchio::ConstraintModelBase< ConstraintModelTpl< _Scalar, _Options, ConstraintCollectionTpl > > | |
void | calc (const ModelTpl< Scalar, Options, JointCollectionTpl > &model, const DataTpl< Scalar, Options, JointCollectionTpl > &data, ConstraintData &cdata) const |
Evaluate the constraint values at the current state given by data and store the results in cdata. More... | |
CastType< NewScalar, ConstraintModelTpl< _Scalar, _Options, ConstraintCollectionTpl > >::type | cast () const |
ConstraintData | createData () const |
ConstraintModelTpl< _Scalar, _Options, ConstraintCollectionTpl > & | derived () |
const ConstraintModelTpl< _Scalar, _Options, ConstraintCollectionTpl > & | derived () const |
void | jacobian (const ModelTpl< Scalar, Options, JointCollectionTpl > &model, const DataTpl< Scalar, Options, JointCollectionTpl > &data, ConstraintData &cdata, const Eigen::MatrixBase< JacobianMatrix > &jacobian_matrix) const |
ConstraintModelBase & | operator= (const ConstraintModelBase< OtherDerived > &other) |
bool | operator== (const ConstraintModelBase< OtherDerived > &other) const |
Additional Inherited Members | |
Public Attributes inherited from pinocchio::ConstraintModelBase< ConstraintModelTpl< _Scalar, _Options, ConstraintCollectionTpl > > | |
IndexVector | colwise_span_indexes |
Indexes of the columns spanned by the constraints. More... | |
BooleanVector | colwise_sparsity |
Sparsity pattern associated to the constraint;. More... | |
std::string | name |
Name of the constraint. More... | |
Protected Member Functions inherited from pinocchio::ConstraintModelBase< ConstraintModelTpl< _Scalar, _Options, ConstraintCollectionTpl > > | |
ConstraintModelBase & | base () |
const ConstraintModelBase & | base () const |
ConstraintModelBase () | |
Default constructor. More... | |
ConstraintModelBase (const ModelTpl< Scalar, Options, JointCollectionTpl > &model) | |
Definition at line 34 of file constraint-model-generic.hpp.
typedef ConstraintModelBase<ConstraintModelTpl<_Scalar, _Options, ConstraintCollectionTpl> > pinocchio::ConstraintModelTpl< _Scalar, _Options, ConstraintCollectionTpl >::Base |
Definition at line 45 of file constraint-model-generic.hpp.
typedef ConstraintCollectionTpl<Scalar, Options> pinocchio::ConstraintModelTpl< _Scalar, _Options, ConstraintCollectionTpl >::ConstraintCollection |
Definition at line 47 of file constraint-model-generic.hpp.
typedef ConstraintDataTpl<Scalar, Options, ConstraintCollectionTpl> pinocchio::ConstraintModelTpl< _Scalar, _Options, ConstraintCollectionTpl >::ConstraintData |
Definition at line 46 of file constraint-model-generic.hpp.
typedef ConstraintCollection::ConstraintDataVariant pinocchio::ConstraintModelTpl< _Scalar, _Options, ConstraintCollectionTpl >::ConstraintDataVariant |
Definition at line 48 of file constraint-model-generic.hpp.
typedef ConstraintCollection::ConstraintModelVariant pinocchio::ConstraintModelTpl< _Scalar, _Options, ConstraintCollectionTpl >::ConstraintModelVariant |
Definition at line 49 of file constraint-model-generic.hpp.
typedef _Scalar pinocchio::ConstraintModelTpl< _Scalar, _Options, ConstraintCollectionTpl >::Scalar |
Definition at line 38 of file constraint-model-generic.hpp.
anonymous enum |
Enumerator | |
---|---|
Options |
Definition at line 39 of file constraint-model-generic.hpp.
|
inline |
Definition at line 51 of file constraint-model-generic.hpp.
|
inline |
Definition at line 56 of file constraint-model-generic.hpp.
|
inline |
Definition at line 62 of file constraint-model-generic.hpp.
|
inline |
Definition at line 69 of file constraint-model-generic.hpp.