This is the central repo that holds the mechanical parts for GELLO. See the website for the paper and other resources for GELLO.
If you have already built your GELLO, please see the gello_software repo for software setup and usage.
Currently we support 6 robot types. The 3 from the original paper:
- The Franka (from Franka Robotics)
- UR5 (from Universal Robotics)
- xArm7 (from uFactory)
And 3 from community contributions:
- YAM (from I2RT). Contributed by Jeffrey Liu and Hardik Maheshwari.
- Lite6 (from uFactory). The lite6 design is contributed from EL2031watson. See the instructions here.
- AR4 (from Annin Robotics) contributed by @adob. See instructions here.
Each robot has its own folder, with its own robot specific parts. The gripper files are in its own folder, which is shared across robots. The stls can be printed directly. See the assembly instructions for more detailed instructions.
franka
: contains Franka specific partsur5
: contains UR5 specific partsxarm7
: contains xArm7 specific partsyam
: contains YAM (Yet Another Manipulator) specific partslite6
: contains Lite6 specific parts and instructions.ar4
: contains AR4 specific partsgripper
: contains the parts for the gripper, which is also shared across robots
Instructions for assembly can be found here: Assembly Instructions
If you would like access to the CAD files, please contact me at phil80301[at]berkeley[dot]edu
.
If you run into any issues during assembly, please open a github issue.
If you have made any improvements to GELLO or made designs for a new robot, please contribute by making a pull request!
@misc{wu2023gello,
title={GELLO: A General, Low-Cost, and Intuitive Teleoperation Framework for Robot Manipulators},
author={Philipp Wu and Yide Shentu and Zhongke Yi and Xingyu Lin and Pieter Abbeel},
year={2023},
}