/cpp-inverse-kinematics-library

library for solving ik for robotics

Primary LanguageC++

This program loads xml that describes robot in DH parameters and able 
to solve IK problem.

Solvers:
Jacobian Transpose
Jacobian Pseudoinverse
DLS

TODO:
Add CCD  solver
Add SDLD solver
Add path and trajectory planner