TriP is a python library designed to calculate the forward- and inverse-kinematics of rigid mechanisms.
This includes open chains, closed chains, and even combinations of both.
Installing the latest release (recommended):
pip install trip-kinematics
Installing the newest version from source:
git clone https://github.com/TriPed-Robot/trip_kinematics
cd trip_kinematics
pip install src/
The documentation can be found here
If you find this work useful please give credits to the authors by citing:
@article{Baumgärtner2022,
doi = {10.21105/joss.03967},
url = {https://doi.org/10.21105/joss.03967},
year = {2022},
publisher = {The Open Journal},
volume = {7},
number = {71},
pages = {3967},
author = {Jan Baumgärtner and Torben Miller},
title = {TriP: A Python package for the kinematic modeling of serial-parallel hybrid robots},
journal = {Journal of Open Source Software}
}