#include <joint-derived.hpp>
Public Types | |
typedef JointModelDerived::JointDataDerived | JointDataDerived |
Public Member Functions | |
template<class PyClass > | |
void | visit (PyClass &cl) const |
Static Public Member Functions | |
static void | calc0 (const JointModelDerived &self, JointDataDerived &jdata, const context::VectorXs &q) |
static void | calc1 (const JointModelDerived &self, JointDataDerived &jdata, const context::VectorXs &q, const context::VectorXs &v) |
static JointIndex | get_id (const JointModelDerived &self) |
static int | get_idx_q (const JointModelDerived &self) |
static int | get_idx_v (const JointModelDerived &self) |
static int | get_nq (const JointModelDerived &self) |
static int | get_nv (const JointModelDerived &self) |
Definition at line 21 of file joint-derived.hpp.
typedef JointModelDerived::JointDataDerived pinocchio::python::JointModelBasePythonVisitor< JointModelDerived >::JointDataDerived |
Definition at line 25 of file joint-derived.hpp.
|
inlinestatic |
Definition at line 102 of file joint-derived.hpp.
|
inlinestatic |
Definition at line 106 of file joint-derived.hpp.
|
inlinestatic |
Definition at line 81 of file joint-derived.hpp.
|
inlinestatic |
Definition at line 85 of file joint-derived.hpp.
|
inlinestatic |
Definition at line 89 of file joint-derived.hpp.
|
inlinestatic |
Definition at line 93 of file joint-derived.hpp.
|
inlinestatic |
Definition at line 97 of file joint-derived.hpp.
|
inline |
Definition at line 28 of file joint-derived.hpp.