Skip to content

Latest commit

 

History

History
70 lines (44 loc) · 2.15 KB

File metadata and controls

70 lines (44 loc) · 2.15 KB

LinkerHand-Python-SDK

Overview

LinkerHand Python SDK

Caution

  • Ensure no other control methods are active for the dexterous hand (e.g., linker_hand_sdk_ros, motion capture glove control, or other ROS topics). Conflicts may occur.。
  • Securely mount the dexterous hand to prevent falls during operation.
  • Verify proper power supply and USB-to-CAN connection for the dexterous hand.

Installation

  Run the examples after installing dependencies (Python 3 only)

  • download

    git clone https://github.com/linkerbotai/linker_hand_python_sdk.git
  • install

    pip3 install -r requirements.txt

Documentation

Linker Hand API for Python Document

Version Information

  • release_2.1.8

    1. Fix occasional frame collision issues
  • 1.3.6

    • Compatible with L7/L20/L25 Dexterous Hand Models
  • 1.1.2

    • Compatible with L10 Dexterous Hand Models
    • Supports GUI-Based Control for L10 Dexterous Hands
    • Added GUI pressure display for L10 hand
    • Included partial example source code

   Before running, update the setting.yaml configuration to match your actual LinkerHand hardware setup.

API Document

Linker Hand API for Python Document