OstermD / EAIK

EAIK: A Toolbox for Efficient Analytical Inverse Kinematics by Subproblem Decomposition
https://ostermd.github.io/EAIK/
GNU General Public License v3.0
12 stars 0 forks source link

Refactor robots #14

Open JonathanKuelz opened 2 weeks ago

JonathanKuelz commented 2 weeks ago

Refactors and structures the implementation of various robot parameterizations on the Python-side of EAIK

JonathanKuelz commented 2 weeks ago

@OstermD before merging this, there's one last bug in the current code: Here, we refer to undefined variables P and H. Could you please fix this either by removing these three lines or adding an appropriate "round" operation? I was not entirely sure what the better solution would be in this case.

After that feel free to merge, I think this MR is a proper solution for #12