The DexHand SDK provides a set of interfaces for communication with the underlying dexterous hand device, enabling control and data interaction via the UDP protocol. The device is identified by its IP address.
Default Left Hand IP: 192.168.137.19
Default Right Hand IP: 192.168.137.39
The SDK supports both Python3 and C++ interfaces, and currently can only be used in Linux systems.
Ensure that the device is properly connected and the network configuration is correct. Please follow the instructions below to install and use the fourier_dexhand_sdk.
- Linux system (currently only Linux is supported)
- Python 3.10 (recommended)
- pybind11
- dexhandpy
Python Library Installation:
# pybind11
pip install pybind11
# released
pip install dexhandpycd example/python/
python3 fourier_dexhand_sdk_demo.py- Linux system (currently only Linux is supported)
- C++17 compiler(GCC or Clang)
- libFourierDexHand.so dynamic library file
cd example/cpp/
mkdir build && cd build
cmake ..
make../bin/fourier_dexhand_sdk_demoConnect the computer to the dexterous hand using an Ethernet cable. Configure the corresponding wired network IP address of the computer as a static IP, for example: 192.168.137.10
fourier_dexhand_sdk_python_api
Please report any issues or bugs! We will do our best to fix them.
Apache 2.0 © Fourier