
Public Member Functions | |
| virtual void | jcalc (Model &model, unsigned int joint_id, const Math::VectorNd &q, const Math::VectorNd &qdot) |
| virtual void | jcalc_X_lambda_S (Model &model, unsigned int joint_id, const Math::VectorNd &q) |
| RdlCustomEulerZYXJoint () | |
Public Member Functions inherited from RobotDynamics::CustomJoint | |
| CustomJoint () | |
| Constructor. More... | |
| virtual | ~CustomJoint () |
| Destructor. More... | |
Additional Inherited Members | |
Public Attributes inherited from RobotDynamics::CustomJoint | |
| Math::VectorNd | d_u |
| Math::MatrixNd | Dinv |
| unsigned int | mDoFCount |
| Math::VectorNd | ndof0_vec |
| Math::MatrixNd | S |
| Math::MatrixNd | S_o |
| Math::MatrixNd | U |
| Math::VectorNd | u |
| Math::SpatialTransform | XJ |
Definition at line 17 of file RdlCustomJointTests.cpp.
|
inline |
Definition at line 19 of file RdlCustomJointTests.cpp.
|
inlinevirtual |
| model | |
| joint_id | |
| q | |
| qdot |
Implements RobotDynamics::CustomJoint.
Definition at line 26 of file RdlCustomJointTests.cpp.
|
inlinevirtual |
Implements RobotDynamics::CustomJoint.
Definition at line 74 of file RdlCustomJointTests.cpp.