Ly0n / awesome-robotic-tooling

Tooling for professional robotic development in C++ and Python with a touch of ROS, autonomous driving and aerospace.
Creative Commons Zero v1.0 Universal
3.2k stars 490 forks source link

Added TriP #39

Closed liquidcronos closed 2 years ago

liquidcronos commented 2 years ago

While a huge number of researchers use hybrid serial parallel systems most modern kinematics frameworks still lack support. Examples include openrave used in the moveit stack or the matlab robotics toolbox which only support inverse kinematics for serial mechanisms.​This lack of support often leaves developers with essentially two choices:

Either shoehorn their hybrid robots into a framework not designed to handle them or be left to implement their own kinematic solvers.

​TriP is a lightweight and easy-to-use package directly modeling hybrid mechanisms and calculating their inverse and forward kinematics.

Ly0n commented 2 years ago

Thanks, @liquidcronos. A great project with high code quality and good documentation! Keep on going with your excellent work!