pinocchio  2.7.0
A fast and flexible implementation of Rigid Body Dynamics algorithms and their analytical derivatives
JointModelTranslationTpl< _Scalar, _Options > Struct Template Reference

Public Types

typedef JointModelBase< JointModelTranslationTplBase
 
typedef JointTranslationTpl< _Scalar, _Options > JointDerived
 

Public Member Functions

template<typename ConfigVector >
void calc (JointDataDerived &data, const typename Eigen::MatrixBase< ConfigVector > &qs) const
 
template<typename ConfigVector , typename TangentVector >
void calc (JointDataDerived &data, const typename Eigen::MatrixBase< ConfigVector > &qs, const typename Eigen::MatrixBase< TangentVector > &vs) const
 
template<typename Matrix6Like >
void calc_aba (JointDataDerived &data, const Eigen::MatrixBase< Matrix6Like > &I, const bool update_I) const
 
template<typename NewScalar >
JointModelTranslationTpl< NewScalar, Options > cast () const
 
JointDataDerived createData () const
 
const std::vector< bool > hasConfigurationLimit () const
 
const std::vector< bool > hasConfigurationLimitInTangent () const
 
JointIndex id () const
 
int idx_q () const
 
int idx_v () const
 
 PINOCCHIO_JOINT_TYPEDEF_TEMPLATE (JointDerived)
 
void setIndexes (JointIndex id, int q, int v)
 
std::string shortname () const
 

Static Public Member Functions

static std::string classname ()
 

Detailed Description

template<typename _Scalar, int _Options>
struct pinocchio::JointModelTranslationTpl< _Scalar, _Options >

Definition at line 75 of file fwd.hpp.

Member Function Documentation

◆ cast()

JointModelTranslationTpl<NewScalar,Options> cast ( ) const
inline
Returns
An expression of *this with the Scalar type casted to NewScalar.

Definition at line 554 of file joint-translation.hpp.


The documentation for this struct was generated from the following files: