Pink
Python inverse kinematics for your robot model based on Pinocchio.
Upcoming changes
Pink's API is not stable. Expect the following upcoming changes:
- Import task template from pymanoid
- Reformulate task gains as time constants
Installation
First, install Pinocchio, for instance by pip install pin
.
Then install Pink by:
pip install pin-pink
Usage
Under construction...
Example
Under construction...
History
Pink implements the same task-based inverse kinematics as pymanoid, but it is much simpler to install and runs faster thanks to Pinocchio. Its internal math is summarized in this note. If you find yourself needing to read that to use the library, it means the API has abstraction leakage, please open an issue :-)