Go to the source code of this file.
Classes | |
class | IKSolution |
struct | VARIABLE |
Typedefs | |
typedef double | IKReal |
Functions | |
bool | ik (const IKReal *eetrans, const IKReal *eerot, const IKReal *pfree, std::vector< IKSolution > &vsolutions) |
typedef double IKReal |
Definition at line 11 of file openrave_ik.h.
bool ik | ( | const IKReal * | eetrans, |
const IKReal * | eerot, | ||
const IKReal * | pfree, | ||
std::vector< IKSolution > & | vsolutions | ||
) |
solves the inverse kinematics equations.
pfree | is an array specifying the free joints of the chain. |
Definition at line 3584 of file ik_pr2_rightarm.cpp.