Public Types | |
typedef JointRevoluteUnboundedUnalignedTpl< _Scalar, _Options > | JointDerived |
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 |
More... | |
bool | isEqual (const JointDataBase< OtherDerived > &) const |
More... | |
bool | isNotEqual (const JointDataBase< JointDataRevoluteUnboundedUnalignedTpl< _Scalar, _Options > > &other) const |
More... | |
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. | |
Definition at line 69 of file joint-revolute-unbounded-unaligned.hpp.