Public Types | |
typedef JointDataBase< JointDataCompositeTpl > | Base |
typedef JointDataTpl< Scalar, Options, JointCollectionTpl > | JointDataVariant |
typedef JointCompositeTpl< _Scalar, _Options, JointCollectionTpl > | JointDerived |
![]() | |
typedef traits< JointDataCompositeTpl< _Scalar, _Options, JointCollectionTpl > >::JointDerived | JointDerived |
![]() | |
typedef traits< Derived >::Scalar | Scalar |
Public Member Functions | |
JointDataCompositeTpl (const JointDataVector &joint_data, const int nq, const int nv) | |
void | disp (std::ostream &os) const |
typedef | PINOCCHIO_ALIGNED_STD_VECTOR (JointDataVariant) JointDataVector |
PINOCCHIO_ALIGNED_STD_VECTOR (Transformation_t) iMlast | |
Transforms from previous joint to last joint. | |
PINOCCHIO_ALIGNED_STD_VECTOR (Transformation_t) pjMi | |
Transforms from previous joint to joint i. | |
PINOCCHIO_JOINT_DATA_TYPEDEF_TEMPLATE (JointDerived) | |
std::string | shortname () const |
![]() | |
BiasTypeRef | c () |
BiasTypeConstRef | c () const |
JointDataCompositeTpl< _Scalar, _Options, JointCollectionTpl > & | derived () |
const JointDataCompositeTpl< _Scalar, _Options, JointCollectionTpl > & | derived () const |
DTypeRef | Dinv () |
DTypeConstRef | Dinv () const |
void | disp (std::ostream &os) const |
bool | isEqual (const JointDataBase< JointDataCompositeTpl< _Scalar, _Options, JointCollectionTpl > > &other) const |
| |
bool | isEqual (const JointDataBase< OtherDerived > &) const |
| |
bool | isNotEqual (const JointDataBase< JointDataCompositeTpl< _Scalar, _Options, JointCollectionTpl > > &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< JointDataCompositeTpl< _Scalar, _Options, JointCollectionTpl > > &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 std::string | classname () |
Public Attributes | |
Bias_t | c |
D_t | Dinv |
ConfigVector_t | joint_q |
TangentVector_t | joint_v |
PINOCCHIO_JOINT_DATA_BASE_DEFAULT_ACCESSOR typedef JointCollectionTpl< Scalar, Options > | JointCollection |
JointDataVector | joints |
Vector of joints. | |
Transformation_t | M |
Constraint_t | S |
D_t | StU |
U_t | U |
UD_t | UDinv |
Motion_t | v |
Additional Inherited Members | |
![]() | |
JointDataBase () | |
Default constructor: protected. | |
Definition at line 71 of file joint-composite.hpp.
Definition at line 76 of file joint-composite.hpp.
typedef JointDataTpl<Scalar, Options, JointCollectionTpl> JointDataVariant |
Definition at line 82 of file joint-composite.hpp.
typedef JointCompositeTpl<_Scalar, _Options, JointCollectionTpl> JointDerived |
Definition at line 77 of file joint-composite.hpp.
|
inline |
Definition at line 88 of file joint-composite.hpp.
|
inline |
Definition at line 105 of file joint-composite.hpp.
|
inlinestatic |
Definition at line 145 of file joint-composite.hpp.
|
inline |
Definition at line 154 of file joint-composite.hpp.
|
inline |
Definition at line 149 of file joint-composite.hpp.
Bias_t c |
Definition at line 137 of file joint-composite.hpp.
D_t Dinv |
Definition at line 141 of file joint-composite.hpp.
ConfigVector_t joint_q |
Definition at line 131 of file joint-composite.hpp.
TangentVector_t joint_v |
Definition at line 132 of file joint-composite.hpp.
PINOCCHIO_JOINT_DATA_BASE_DEFAULT_ACCESSOR typedef JointCollectionTpl<Scalar, Options> JointCollection |
Definition at line 81 of file joint-composite.hpp.
JointDataVector joints |
Vector of joints.
Definition at line 123 of file joint-composite.hpp.
Transformation_t M |
Definition at line 135 of file joint-composite.hpp.
Constraint_t S |
Definition at line 134 of file joint-composite.hpp.
D_t StU |
Definition at line 143 of file joint-composite.hpp.
U_t U |
Definition at line 140 of file joint-composite.hpp.
UD_t UDinv |
Definition at line 142 of file joint-composite.hpp.
Motion_t v |
Definition at line 136 of file joint-composite.hpp.