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

Public Types

typedef JointRevoluteUnboundedUnalignedTpl< _Scalar, _OptionsJointDerived
 
- Public Types inherited from JointDataBase< JointDataRevoluteUnboundedUnalignedTpl< _Scalar, _Options > >
typedef traits< JointDataRevoluteUnboundedUnalignedTpl< _Scalar, _Options > >::JointDerived JointDerived
 
- Public Types inherited from NumericalBase< Derived >
typedef traits< Derived >::Scalar Scalar
 

Public Member Functions

template<typename Vector3Like >
 JointDataRevoluteUnboundedUnalignedTpl (const Eigen::MatrixBase< Vector3Like > &axis)
 
 PINOCCHIO_JOINT_DATA_TYPEDEF_TEMPLATE (JointDerived)
 
std::string shortname () const
 
- Public Member Functions inherited from JointDataBase< JointDataRevoluteUnboundedUnalignedTpl< _Scalar, _Options > >
BiasTypeRef c ()
 
BiasTypeConstRef c () const
 
JointDataRevoluteUnboundedUnalignedTpl< _Scalar, _Options > & derived ()
 
const JointDataRevoluteUnboundedUnalignedTpl< _Scalar, _Options > & derived () const
 
DTypeRef Dinv ()
 
DTypeConstRef Dinv () const
 
void disp (std::ostream &os) const
 
bool isEqual (const JointDataBase< JointDataRevoluteUnboundedUnalignedTpl< _Scalar, _Options > > &other) const
  
 
bool isEqual (const JointDataBase< OtherDerived > &) const
  
 
bool isNotEqual (const JointDataBase< JointDataRevoluteUnboundedUnalignedTpl< _Scalar, _Options > > &other) const
  
 
ConfigVectorTypeRef joint_q ()
 
ConfigVectorTypeConstRef joint_q () const
 
TangentVectorTypeRef joint_v ()
 
TangentVectorTypeConstRef joint_v () const
 
TansformTypeRef M ()
 
TansformTypeConstRef M () const
 
bool operator!= (const JointDataBase< JointDataRevoluteUnboundedUnalignedTpl< _Scalar, _Options > > &other) const
 
bool operator== (const JointDataBase< OtherDerived > &other) const
 
 PINOCCHIO_JOINT_DATA_TYPEDEF_TEMPLATE (JointDerived)
 
ConstraintTypeRef S ()
 
ConstraintTypeConstRef S () const
 
std::string shortname () const
 
DTypeRef StU ()
 
DTypeConstRef StU () const
 
UTypeRef U ()
 
UTypeConstRef U () const
 
UDTypeRef UDinv ()
 
UDTypeConstRef UDinv () const
 
MotionTypeRef v ()
 
MotionTypeConstRef v () const
 

Static Public Member Functions

static std::string classname ()
 
- Static Public Member Functions inherited from JointDataBase< JointDataRevoluteUnboundedUnalignedTpl< _Scalar, _Options > >
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< JointDataRevoluteUnboundedUnalignedTpl< _Scalar, _Options > >
 JointDataBase ()
 Default constructor: protected.
 

Detailed Description

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

Definition at line 72 of file joint-revolute-unbounded-unaligned.hpp.

Member Typedef Documentation

◆ JointDerived

Constructor & Destructor Documentation

◆ JointDataRevoluteUnboundedUnalignedTpl() [1/2]

Definition at line 94 of file joint-revolute-unbounded-unaligned.hpp.

◆ JointDataRevoluteUnboundedUnalignedTpl() [2/2]

template<typename _Scalar , int _Options>
template<typename Vector3Like >
JointDataRevoluteUnboundedUnalignedTpl ( const Eigen::MatrixBase< Vector3Like > &  axis)
inline

Definition at line 108 of file joint-revolute-unbounded-unaligned.hpp.

Member Function Documentation

◆ classname()

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

Definition at line 121 of file joint-revolute-unbounded-unaligned.hpp.

◆ shortname()

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

Definition at line 125 of file joint-revolute-unbounded-unaligned.hpp.

Member Data Documentation

◆ c

template<typename _Scalar , int _Options>
Bias_t c

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

◆ Dinv

template<typename _Scalar , int _Options>
D_t Dinv

Definition at line 90 of file joint-revolute-unbounded-unaligned.hpp.

◆ joint_q

template<typename _Scalar , int _Options>
PINOCCHIO_JOINT_DATA_BASE_DEFAULT_ACCESSOR ConfigVector_t joint_q

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

◆ joint_v

template<typename _Scalar , int _Options>
TangentVector_t joint_v

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

◆ M

template<typename _Scalar , int _Options>
Transformation_t M

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

◆ S

template<typename _Scalar , int _Options>
Constraint_t S

Definition at line 84 of file joint-revolute-unbounded-unaligned.hpp.

◆ StU

template<typename _Scalar , int _Options>
D_t StU

Definition at line 92 of file joint-revolute-unbounded-unaligned.hpp.

◆ U

template<typename _Scalar , int _Options>
U_t U

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

◆ UDinv

template<typename _Scalar , int _Options>
UD_t UDinv

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

◆ v

template<typename _Scalar , int _Options>
Motion_t v

Definition at line 85 of file joint-revolute-unbounded-unaligned.hpp.


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