This document describes how to prepare Wuji Hand for G1 teleoperation in this repository.
First, 3D print the G1-Wuji adapter from link, then mount the Wuji hand on the G1 robot.
Connect power to the hand, connect the hand to your PC with a USB cable, then follow the official Upgrader guide at link to install Upgrader and flash firmware.
Run the following commands on Linux to allow non-root USB access:
echo 'SUBSYSTEM=="usb", ATTR{idVendor}=="0483", MODE="0666"' | \
sudo tee /etc/udev/rules.d/95-wujihand.rules && \
sudo udevadm control --reload-rules && \
sudo udevadm triggerQuery the device serial number with:
lsusb -v -d 0483:2000 | grep iSerialThen set hand_side and serial_number in wuji_hand_real.sh before starting the controller.
For more Wuji Hand details, see the official documentation at link.