Skip to content

linker-bot/linkerbot-python-sdk

Repository files navigation

Linkerbot Python SDK

Pure Python SDK for Linkerbot dexterous hands.

Note: This project is under active development. APIs may change between versions.

中文文档

Installation

# pip
pip install linkerbot-py

# uv
uv add linkerbot-py

Arm users

Arms (A7 / A7 Lite) require Pinocchio for kinematics. Install the kinetix extra:

# pip
pip install linkerbot-py[kinetix]

# uv
uv add linkerbot-py --extra kinetix

Windows users: Pinocchio does not support pip on Windows. Use conda install pinocchio -c conda-forge instead.

About

LinkerBot Python SDK lets you command LinkerHand dexterous hands over CAN in Python: fast, clean, and built for real robots.

Topics

Resources

License

Stars

Watchers

Forks

Packages