#include <InverseKinematics.h>
Public Member Functions | |
virtual bool | calcInverseKinematics (const Vector3 &end_p, const Matrix33 &end_R)=0 |
virtual | ~InverseKinematics () |
Definition at line 22 of file InverseKinematics.h.
|
inlinevirtual |
Definition at line 25 of file InverseKinematics.h.
|
pure virtual |
Implemented in hrp::JointPath, and hrp::CustomizedJointPath.