Join the waitlist here to get all the parts in one package: https://tau-robotics.com/robots
This repository contains the files to build and control a low-cost robot arm that costs about $250. You can also build a second robot arm (the leader arm) to control the other arm (the follower arm) that costs about $180, for a total of $430. The design of the leader is inspired by the GELLO project but is simpler to build. Such a robot arm is well suited for robot learning. Two of those arms are also capable of folding clothes.
This robot arm uses Dynamixel XL430 and Dynamixel XL330 servo motors. The XL430 motors are almost twice as strong and are used for the first two joints.
The XL330 motors are weaker but weigh only 18g each. This makes the arm very lightweight and fast.
Dynamixel sells the U2D2 adapter to connect the servos to a computer. However, this is very expensive and the latency is very high. This build uses another cheaper adapter board instead.
The robot arm can be controlled with the Dynamixel SDK: pip install dynamixel-sdk
Part | Cost | Buying link | Specs |
---|---|---|---|
2x Dynamixel XL430-W250 | $100 | https://www.robotis.us/dynamixel-xl430-w250-t/ | https://emanual.robotis.com/docs/en/dxl/x/xl430-w250/ |
4x Dynamixel XL330-M288 | $96 | https://www.robotis.us/dynamixel-xl330-m288-t/ | https://emanual.robotis.com/docs/en/dxl/x/xl330-m288/ |
XL330 Idler Wheel | $10 | https://www.robotis.us/fpx330-h101-4pcs-set/ | Note: pack of four; three needed for longer version pictured above (with elbow-to-wrist extension), two needed for shorter version shown in the assembly video |
XL430 Idler Wheel | $7 | https://www.robotis.us/hn11-i101-set/ | |
Waveshare Serial Bus Servo Driver Board | $10 | https://a.co/d/7C3RUYU | |
Voltage Reducer | $10 | https://a.co/d/cy02ADW | Note: pack of six, only one needed per follower arm |
12V Power Supply | $12 | https://a.co/d/40o8uMN | |
Table Clamp | $6 | https://a.co/d/4KEiYdV | |
Wires | $7 | https://a.co/d/hQfk2cb | |
Total | $258 |
There is usually a 10% discount code for the Robotis shop. It might also help to add some grip tape to the gripper (e.g. https://a.co/d/dW7BnEN). A USB-C cable is necessary to connect the servo driver board to a computer.
Video of the assembly: https://youtu.be/RckrXOEoWrk
hardware/follower/stl
ls /dev/tty.*
Part | Cost | Buying link | Specs |
---|---|---|---|
6x Dynamixel XL330-M077 | $144 | https://www.robotis.us/dynamixel-xl330-m077-t/ | https://emanual.robotis.com/docs/en/dxl/x/xl330-m077/ |
XL330 Frame | $7 | https://www.robotis.us/fpx330-s101-4pcs-set/ | |
XL330 Idler Wheel | $10 | https://www.robotis.us/fpx330-h101-4pcs-set/ | Note: pack of four; three needed for longer version (with elbow-to-wrist extension), two needed for shorter version pictured below |
Waveshare Serial Bus Servo Driver Board | $10 | https://a.co/d/7C3RUYU | |
5V Power Supply | $6 | https://a.co/d/5u90NVp | |
Table Clamp | $6 | https://a.co/d/4KEiYdV | |
Total | $183 |
The assembly of the leader arm is simpler since all motors use 5V. The gripper is replace by a handle and a trigger. During use, a small torque can be applied to the trigger so that it opens by default. The GELLO design uses a spring for this purpose but it is much more difficult to assemble.
The teleoperation.py
script can be used to test the arms. However, the device names might have to be adjusted.
A basic simulation environment in MuJoCo is available by running simulation.py
.