Template Struct JointModelRevoluteUnboundedTpl
Defined in File joint-revolute-unbounded.hpp
Inheritance Relationships
Base Type
public pinocchio::JointModelBase< JointModelRevoluteUnboundedTpl< _Scalar, _Options, axis > >
(Template Struct JointModelBase)
Struct Documentation
-
template<typename _Scalar, int _Options, int axis>
struct JointModelRevoluteUnboundedTpl : public pinocchio::JointModelBase<JointModelRevoluteUnboundedTpl<_Scalar, _Options, axis>> Public Types
-
typedef JointRevoluteTpl<Scalar, _Options, axis> JointDerivedBase
-
typedef JointModelBase<JointModelRevoluteUnboundedTpl> Base
Public Functions
-
PINOCCHIO_JOINT_TYPEDEF_TEMPLATE(JointDerived)
-
inline JointDataDerived createData() const
-
inline const std::vector<bool> hasConfigurationLimit() const
-
inline const std::vector<bool> hasConfigurationLimitInTangent() const
-
template<typename ConfigVector>
inline void calc(JointDataDerived &data, const typename Eigen::MatrixBase<ConfigVector> &qs) const
-
template<typename ConfigVector, typename TangentVector>
inline void calc(JointDataDerived &data, const typename Eigen::MatrixBase<ConfigVector> &qs, const typename Eigen::MatrixBase<TangentVector> &vs) const
-
template<typename Matrix6Like>
inline void calc_aba(JointDataDerived &data, const Eigen::MatrixBase<Matrix6Like> &I, const bool update_I) const
-
inline std::string shortname() const
-
template<typename NewScalar>
inline JointModelRevoluteUnboundedTpl<NewScalar, Options, axis> cast() const - Returns:
An expression of *this with the Scalar type casted to NewScalar.
-
inline JointIndex id() const
-
inline int idx_q() const
-
inline int idx_v() const
-
inline void setIndexes(JointIndex id, int q, int v)
Public Members
- EIGEN_MAKE_ALIGNED_OPERATOR_NEW typedef JointRevoluteUnboundedTpl< _Scalar, _Options, axis > JointDerived
Public Static Functions
-
static inline std::string classname()
-
typedef JointRevoluteTpl<Scalar, _Options, axis> JointDerivedBase