#include <fwd.hpp>
Public Member Functions | |
JointDataFreeFlyerTpl () | |
PINOCCHIO_JOINT_DATA_TYPEDEF_TEMPLATE (JointDerived) | |
std::string | shortname () const |
Public Member Functions inherited from pinocchio::JointDataBase< JointDataFreeFlyerTpl< _Scalar, _Options > > | |
BiasTypeConstRef | c () const |
BiasTypeRef | c () |
JointDataFreeFlyerTpl< _Scalar, _Options > & | derived () |
const JointDataFreeFlyerTpl< _Scalar, _Options > & | derived () const |
DTypeConstRef | Dinv () const |
DTypeRef | Dinv () |
void | disp (std::ostream &os) const |
bool | isEqual (const JointDataBase &other) const |
. More... | |
bool | isEqual (const JointDataBase< OtherDerived > &) const |
. More... | |
bool | isNotEqual (const JointDataBase< JointDataFreeFlyerTpl< _Scalar, _Options > > &other) const |
. More... | |
TansformTypeConstRef | M () const |
TansformTypeRef | M () |
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 |
ConstraintTypeRef | S () |
std::string | shortname () const |
UTypeConstRef | U () const |
UTypeRef | U () |
UDTypeConstRef | UDinv () const |
UDTypeRef | UDinv () |
MotionTypeConstRef | v () const |
MotionTypeRef | v () |
Static Public Member Functions | |
static std::string | classname () |
Static Public Member Functions inherited from pinocchio::JointDataBase< JointDataFreeFlyerTpl< _Scalar, _Options > > | |
static std::string | classname () |
Public Attributes | |
Bias_t | c |
D_t | Dinv |
EIGEN_MAKE_ALIGNED_OPERATOR_NEW typedef JointFreeFlyerTpl< _Scalar, _Options > | JointDerived |
Transformation_t | M |
PINOCCHIO_JOINT_DATA_BASE_DEFAULT_ACCESSOR Constraint_t | S |
U_t | U |
UD_t | UDinv |
Motion_t | v |
Public Attributes inherited from pinocchio::JointDataBase< JointDataFreeFlyerTpl< _Scalar, _Options > > | |
EIGEN_MAKE_ALIGNED_OPERATOR_NEW typedef traits< JointDataFreeFlyerTpl< _Scalar, _Options > >::JointDerived | JointDerived |
Additional Inherited Members | |
Protected Member Functions inherited from pinocchio::JointDataBase< JointDataFreeFlyerTpl< _Scalar, _Options > > | |
JointDataBase () | |
Default constructor: protected. More... | |
Definition at line 66 of file src/multibody/joint/fwd.hpp.
|
inline |
Definition at line 191 of file joint-free-flyer.hpp.
|
inlinestatic |
Definition at line 199 of file joint-free-flyer.hpp.
pinocchio::JointDataFreeFlyerTpl< _Scalar, _Options >::PINOCCHIO_JOINT_DATA_TYPEDEF_TEMPLATE | ( | JointDerived | ) |
|
inline |
Definition at line 200 of file joint-free-flyer.hpp.
Bias_t pinocchio::JointDataFreeFlyerTpl< _Scalar, _Options >::c |
Definition at line 184 of file joint-free-flyer.hpp.
D_t pinocchio::JointDataFreeFlyerTpl< _Scalar, _Options >::Dinv |
Definition at line 188 of file joint-free-flyer.hpp.
EIGEN_MAKE_ALIGNED_OPERATOR_NEW typedef JointFreeFlyerTpl<_Scalar,_Options> pinocchio::JointDataFreeFlyerTpl< _Scalar, _Options >::JointDerived |
Definition at line 177 of file joint-free-flyer.hpp.
Transformation_t pinocchio::JointDataFreeFlyerTpl< _Scalar, _Options >::M |
Definition at line 182 of file joint-free-flyer.hpp.
PINOCCHIO_JOINT_DATA_BASE_DEFAULT_ACCESSOR Constraint_t pinocchio::JointDataFreeFlyerTpl< _Scalar, _Options >::S |
Definition at line 181 of file joint-free-flyer.hpp.
U_t pinocchio::JointDataFreeFlyerTpl< _Scalar, _Options >::U |
Definition at line 187 of file joint-free-flyer.hpp.
UD_t pinocchio::JointDataFreeFlyerTpl< _Scalar, _Options >::UDinv |
Definition at line 189 of file joint-free-flyer.hpp.
Motion_t pinocchio::JointDataFreeFlyerTpl< _Scalar, _Options >::v |
Definition at line 183 of file joint-free-flyer.hpp.