Phylliade / ikpy

IKPy, an Universal Inverse Kinematics library
http://phylliade.github.io/ikpy
Apache License 2.0
733 stars 153 forks source link

Add support for prismatic joint #109

Closed Phylliade closed 3 years ago

Phylliade commented 3 years ago

Add full support for prismatic joints:

Fixes #96 #104

Ex on URDF provided by https://github.com/AhmetMericOzcan. The prismatic joint is the dotted one:

Figure 6(1)

When sliding the prismatic joint, we see it moving: Figure 5(1)

Additional features

Thanks to https://github.com/Klausstaler and https://github.com/AhmetMericOzcan for the support and resources!