pinocchio  3.9.0
A fast and flexible implementation of Rigid Body Dynamics algorithms and their analytical derivatives
Loading...
Searching...
No Matches
JointDataRevoluteUnboundedTpl< _Scalar, _Options, axis > Struct Template Reference
Inheritance diagram for JointDataRevoluteUnboundedTpl< _Scalar, _Options, axis >:
Collaboration diagram for JointDataRevoluteUnboundedTpl< _Scalar, _Options, axis >:

Public Types

typedef JointRevoluteUnboundedTpl< _Scalar, _Options, axis > JointDerived
Public Types inherited from JointDataBase< JointDataRevoluteUnboundedTpl< _Scalar, _Options, axis > >
typedef traits< JointDataRevoluteUnboundedTpl< _Scalar, _Options, axis > >::JointDerived JointDerived
Public Types inherited from NumericalBase< JointDataRevoluteUnboundedTpl< _Scalar, _Options, axis > >
typedef traits< JointDataRevoluteUnboundedTpl< _Scalar, _Options, axis > >::Scalar Scalar

Public Member Functions

 PINOCCHIO_JOINT_DATA_TYPEDEF_TEMPLATE (JointDerived)
std::string shortname () const
Public Member Functions inherited from JointDataBase< JointDataRevoluteUnboundedTpl< _Scalar, _Options, axis > >
BiasTypeConstRef c () const
JointDataRevoluteUnboundedTpl< _Scalar, _Options, axis > & derived ()
DTypeConstRef Dinv () const
void disp (std::ostream &os) const
bool isEqual (const JointDataBase< JointDataRevoluteUnboundedTpl< _Scalar, _Options, axis > > &other) const
  
bool isNotEqual (const JointDataBase< JointDataRevoluteUnboundedTpl< _Scalar, _Options, axis > > &other) const
  
ConfigVectorTypeConstRef joint_q () const
TangentVectorTypeConstRef joint_v () const
TansformTypeConstRef M () const
bool operator!= (const JointDataBase< JointDataRevoluteUnboundedTpl< _Scalar, _Options, axis > > &other) const
bool operator== (const JointDataBase< OtherDerived > &other) const
 PINOCCHIO_JOINT_DATA_TYPEDEF_TEMPLATE (JointDerived)
ConstraintTypeConstRef S () const
std::string shortname () const
DTypeConstRef StU () const
UTypeConstRef U () const
UDTypeConstRef UDinv () const
MotionTypeConstRef v () const

Static Public Member Functions

static std::string classname ()
Static Public Member Functions inherited from JointDataBase< JointDataRevoluteUnboundedTpl< _Scalar, _Options, axis > >
static std::string classname ()

Public Attributes

Bias_t c
D_t Dinv
PINOCCHIO_JOINT_DATA_BASE_DEFAULT_ACCESSOR ConfigVector_t joint_q
TangentVector_t joint_v
Transformation_t M
Constraint_t S
D_t StU
U_t U
UD_t UDinv
Motion_t v

Additional Inherited Members

Protected Member Functions inherited from JointDataBase< JointDataRevoluteUnboundedTpl< _Scalar, _Options, axis > >
 JointDataBase ()
 Default constructor: protected.

Detailed Description

template<typename _Scalar, int _Options, int axis>
struct pinocchio::JointDataRevoluteUnboundedTpl< _Scalar, _Options, axis >

Definition at line 69 of file joint-revolute-unbounded.hpp.

Member Typedef Documentation

◆ JointDerived

template<typename _Scalar, int _Options, int axis>
typedef JointRevoluteUnboundedTpl<_Scalar, _Options, axis> JointDerived

Definition at line 73 of file joint-revolute-unbounded.hpp.

Constructor & Destructor Documentation

◆ JointDataRevoluteUnboundedTpl()

template<typename _Scalar, int _Options, int axis>
JointDataRevoluteUnboundedTpl()
inline

Definition at line 91 of file joint-revolute-unbounded.hpp.

Member Function Documentation

◆ classname()

template<typename _Scalar, int _Options, int axis>
std::string classname()
inlinestatic

Definition at line 103 of file joint-revolute-unbounded.hpp.

◆ shortname()

template<typename _Scalar, int _Options, int axis>
std::string shortname()const
inline

Definition at line 107 of file joint-revolute-unbounded.hpp.

Member Data Documentation

◆ c

template<typename _Scalar, int _Options, int axis>
Bias_t c

Definition at line 83 of file joint-revolute-unbounded.hpp.

◆ Dinv

template<typename _Scalar, int _Options, int axis>
D_t Dinv

Definition at line 87 of file joint-revolute-unbounded.hpp.

◆ joint_q

template<typename _Scalar, int _Options, int axis>
PINOCCHIO_JOINT_DATA_BASE_DEFAULT_ACCESSOR ConfigVector_t joint_q

Definition at line 77 of file joint-revolute-unbounded.hpp.

◆ joint_v

template<typename _Scalar, int _Options, int axis>
TangentVector_t joint_v

Definition at line 78 of file joint-revolute-unbounded.hpp.

◆ M

template<typename _Scalar, int _Options, int axis>
Transformation_t M

Definition at line 81 of file joint-revolute-unbounded.hpp.

◆ S

template<typename _Scalar, int _Options, int axis>
Constraint_t S

Definition at line 80 of file joint-revolute-unbounded.hpp.

◆ StU

template<typename _Scalar, int _Options, int axis>
D_t StU

Definition at line 89 of file joint-revolute-unbounded.hpp.

◆ U

template<typename _Scalar, int _Options, int axis>
U_t U

Definition at line 86 of file joint-revolute-unbounded.hpp.

◆ UDinv

template<typename _Scalar, int _Options, int axis>
UD_t UDinv

Definition at line 88 of file joint-revolute-unbounded.hpp.

◆ v

template<typename _Scalar, int _Options, int axis>
Motion_t v

Definition at line 82 of file joint-revolute-unbounded.hpp.


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