Pure Python SDK for Linkerbot dexterous hands.
Note: This project is under active development. APIs may change between versions.
# pip
pip install linkerbot-py
# uv
uv add linkerbot-pyArms (A7 / A7 Lite) require Pinocchio for kinematics. Install the kinetix extra:
# pip
pip install linkerbot-py[kinetix]
# uv
uv add linkerbot-py --extra kinetixWindows users: Pinocchio does not support pip on Windows. Use
conda install pinocchio -c conda-forgeinstead.