real-stanford / universal_manipulation_interface

Universal Manipulation Interface: In-The-Wild Robot Teaching Without In-The-Wild Robots
https://umi-gripper.github.io/
MIT License
671 stars 131 forks source link

Custom Robotic Arm #62

Open bhargavbompalli opened 1 month ago

bhargavbompalli commented 1 month ago

Thanks for your work! I have a 6-axis robotic arm made by uFactory which I want to test this with.

What are the important changes need to be made in order to make this compatible with the xArm6? Is this even possible?

Thanks!

seann999 commented 4 weeks ago

You'll need to replace the gripper to a parallel gripper with the same TPU fingers as the UMI. If you can get a WSG-50 gripper, simplest way might be to modify either of the provided mounts to attach to the xArm flange. Rest should be the same. Otherwise do something like UMI on Legs with an ALOHA-type mechanism.

bhargavbompalli commented 1 week ago

What are some considerations I should take into account if I were to use the xArm parallel gripper instead? Would this require significant code changes?