#include <joint-mimic.hpp>
Public Types | |
typedef JointDataBase< JointDataMimic< JointData > > | Base |
Public Member Functions | |
BiasTypeRef | c_accessor () |
BiasTypeConstRef | c_accessor () const |
DTypeRef | Dinv_accessor () |
DTypeConstRef | Dinv_accessor () const |
bool | isEqual (const JointDataBase< Derived > &other) const |
More... | |
template<typename OtherDerived > | |
bool | isEqual (const JointDataBase< OtherDerived > &) const |
More... | |
bool | isEqual (const JointDataMimic &other) const |
JointData & | jdata () |
const JointData & | jdata () const |
ConfigVectorTypeRef | joint_q_accessor () |
ConfigVectorTypeConstRef | joint_q_accessor () const |
TangentVectorTypeRef | joint_v_accessor () |
TangentVectorTypeConstRef | joint_v_accessor () const |
ConfigVector_t & | jointConfiguration () |
const ConfigVector_t & | jointConfiguration () const |
JointDataMimic () | |
JointDataMimic (const JointDataBase< JointData > &jdata, const Scalar &scaling) | |
JointDataMimic (const JointDataMimic &other) | |
TangentVector_t & | jointVelocity () |
const TangentVector_t & | jointVelocity () const |
TansformTypeRef | M_accessor () |
TansformTypeConstRef | M_accessor () const |
JointDataMimic & | operator= (const JointDataMimic &other) |
PINOCCHIO_JOINT_DATA_TYPEDEF_TEMPLATE (JointDerived) | |
ConstraintTypeRef | S_accessor () |
ConstraintTypeConstRef | S_accessor () const |
Scalar & | scaling () |
const Scalar & | scaling () const |
std::string | shortname () const |
DTypeRef | StU_accessor () |
DTypeConstRef | StU_accessor () const |
UTypeRef | U_accessor () |
UTypeConstRef | U_accessor () const |
UDTypeRef | UDinv_accessor () |
UDTypeConstRef | UDinv_accessor () const |
MotionTypeRef | v_accessor () |
MotionTypeConstRef | v_accessor () const |
Static Public Member Functions | |
static std::string | classname () |
Public Attributes | |
EIGEN_MAKE_ALIGNED_OPERATOR_NEW typedef traits< JointDataMimic >::JointDerived | JointDerived |
Constraint_t | S |
Protected Attributes | |
ConfigVector_t | joint_q |
Transform configuration vector. More... | |
TangentVector_t | joint_v |
Transform velocity vector. More... | |
JointData | m_jdata_ref |
Scalar | m_scaling |
Friends | |
template<class JointModel > | |
struct | JointModelMimic |
Definition at line 309 of file joint-mimic.hpp.
typedef JointDataBase<JointDataMimic<JointData> > pinocchio::JointDataMimic< JointData >::Base |
Definition at line 367 of file joint-mimic.hpp.
|
inline |
Definition at line 371 of file joint-mimic.hpp.
|
inline |
Definition at line 379 of file joint-mimic.hpp.
|
inline |
Definition at line 384 of file joint-mimic.hpp.
|
inline |
Definition at line 470 of file joint-mimic.hpp.
|
inline |
Definition at line 466 of file joint-mimic.hpp.
|
inlinestatic |
Definition at line 410 of file joint-mimic.hpp.
|
inline |
Definition at line 488 of file joint-mimic.hpp.
|
inline |
Definition at line 484 of file joint-mimic.hpp.
|
inline |
|
inline |
|
inline |
Definition at line 402 of file joint-mimic.hpp.
|
inline |
Definition at line 518 of file joint-mimic.hpp.
|
inline |
Definition at line 514 of file joint-mimic.hpp.
|
inline |
Definition at line 425 of file joint-mimic.hpp.
|
inline |
Definition at line 421 of file joint-mimic.hpp.
|
inline |
Definition at line 434 of file joint-mimic.hpp.
|
inline |
Definition at line 430 of file joint-mimic.hpp.
|
inline |
Definition at line 532 of file joint-mimic.hpp.
|
inline |
Definition at line 536 of file joint-mimic.hpp.
|
inline |
Definition at line 541 of file joint-mimic.hpp.
|
inline |
Definition at line 545 of file joint-mimic.hpp.
|
inline |
Definition at line 452 of file joint-mimic.hpp.
|
inline |
Definition at line 448 of file joint-mimic.hpp.
|
inline |
Definition at line 391 of file joint-mimic.hpp.
pinocchio::JointDataMimic< JointData >::PINOCCHIO_JOINT_DATA_TYPEDEF_TEMPLATE | ( | JointDerived | ) |
|
inline |
Definition at line 443 of file joint-mimic.hpp.
|
inline |
Definition at line 439 of file joint-mimic.hpp.
|
inline |
Definition at line 527 of file joint-mimic.hpp.
|
inline |
Definition at line 523 of file joint-mimic.hpp.
|
inline |
Definition at line 415 of file joint-mimic.hpp.
|
inline |
Definition at line 506 of file joint-mimic.hpp.
|
inline |
Definition at line 502 of file joint-mimic.hpp.
|
inline |
Definition at line 479 of file joint-mimic.hpp.
|
inline |
Definition at line 475 of file joint-mimic.hpp.
|
inline |
Definition at line 497 of file joint-mimic.hpp.
|
inline |
Definition at line 493 of file joint-mimic.hpp.
|
inline |
Definition at line 461 of file joint-mimic.hpp.
|
inline |
Definition at line 457 of file joint-mimic.hpp.
Definition at line 512 of file joint-mimic.hpp.
|
protected |
Transform configuration vector.
Definition at line 555 of file joint-mimic.hpp.
|
protected |
Transform velocity vector.
Definition at line 557 of file joint-mimic.hpp.
EIGEN_MAKE_ALIGNED_OPERATOR_NEW typedef traits<JointDataMimic>::JointDerived pinocchio::JointDataMimic< JointData >::JointDerived |
Definition at line 366 of file joint-mimic.hpp.
|
protected |
Definition at line 551 of file joint-mimic.hpp.
|
protected |
Definition at line 552 of file joint-mimic.hpp.
Constraint_t pinocchio::JointDataMimic< JointData >::S |
Definition at line 561 of file joint-mimic.hpp.