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

Public Types

typedef JointFreeFlyerTpl< _Scalar, _Options > JointDerived
Public Types inherited from JointDataBase< JointDataFreeFlyerTpl< _Scalar, _Options > >
typedef traits< JointDataFreeFlyerTpl< _Scalar, _Options > >::JointDerived JointDerived
Public Types inherited from NumericalBase< JointDataFreeFlyerTpl< _Scalar, _Options > >
typedef traits< JointDataFreeFlyerTpl< _Scalar, _Options > >::Scalar Scalar

Public Member Functions

 PINOCCHIO_JOINT_DATA_TYPEDEF_TEMPLATE (JointDerived)
std::string shortname () const
Public Member Functions inherited from JointDataBase< JointDataFreeFlyerTpl< _Scalar, _Options > >
BiasTypeConstRef c () const
JointDataFreeFlyerTpl< _Scalar, _Options > & derived ()
DTypeConstRef Dinv () const
void disp (std::ostream &os) const
bool isEqual (const JointDataBase< JointDataFreeFlyerTpl< _Scalar, _Options > > &other) const
  
bool isNotEqual (const JointDataBase< JointDataFreeFlyerTpl< _Scalar, _Options > > &other) const
  
ConfigVectorTypeConstRef joint_q () const
TangentVectorTypeConstRef joint_v () const
TansformTypeConstRef M () const
bool operator!= (const JointDataBase< JointDataFreeFlyerTpl< _Scalar, _Options > > &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< JointDataFreeFlyerTpl< _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< JointDataFreeFlyerTpl< _Scalar, _Options > >
 JointDataBase ()
 Default constructor: protected.

Detailed Description

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

Definition at line 214 of file joint-free-flyer.hpp.

Member Typedef Documentation

◆ JointDerived

template<typename _Scalar, int _Options>
typedef JointFreeFlyerTpl<_Scalar, _Options> JointDerived

Definition at line 217 of file joint-free-flyer.hpp.

Constructor & Destructor Documentation

◆ JointDataFreeFlyerTpl()

template<typename _Scalar, int _Options>
JointDataFreeFlyerTpl()
inline

Definition at line 235 of file joint-free-flyer.hpp.

Member Function Documentation

◆ classname()

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

Definition at line 248 of file joint-free-flyer.hpp.

◆ shortname()

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

Definition at line 252 of file joint-free-flyer.hpp.

Member Data Documentation

◆ c

template<typename _Scalar, int _Options>
Bias_t c

Definition at line 227 of file joint-free-flyer.hpp.

◆ Dinv

template<typename _Scalar, int _Options>
D_t Dinv

Definition at line 231 of file joint-free-flyer.hpp.

◆ joint_q

template<typename _Scalar, int _Options>
PINOCCHIO_JOINT_DATA_BASE_DEFAULT_ACCESSOR ConfigVector_t joint_q

Definition at line 221 of file joint-free-flyer.hpp.

◆ joint_v

template<typename _Scalar, int _Options>
TangentVector_t joint_v

Definition at line 222 of file joint-free-flyer.hpp.

◆ M

template<typename _Scalar, int _Options>
Transformation_t M

Definition at line 225 of file joint-free-flyer.hpp.

◆ S

template<typename _Scalar, int _Options>
Constraint_t S

Definition at line 224 of file joint-free-flyer.hpp.

◆ StU

template<typename _Scalar, int _Options>
D_t StU

Definition at line 233 of file joint-free-flyer.hpp.

◆ U

template<typename _Scalar, int _Options>
U_t U

Definition at line 230 of file joint-free-flyer.hpp.

◆ UDinv

template<typename _Scalar, int _Options>
UD_t UDinv

Definition at line 232 of file joint-free-flyer.hpp.

◆ v

template<typename _Scalar, int _Options>
Motion_t v

Definition at line 226 of file joint-free-flyer.hpp.


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