huggingface / lerobot

🤗 LeRobot: End-to-end Learning for Real-World Robotics in Pytorch
Apache License 2.0
4.28k stars 334 forks source link

Which low cost robot with teleoperation to test the library ? #261

Open RochMollero opened 2 weeks ago

RochMollero commented 2 weeks ago

Firstly, thank you for all the work. At my company we would like to obtain results on real robots from this repository. However, the original setups are either quite expensive (around ~30k for Aloha) or require reconstruction for the UMI interface from Colombia via 3D printing, which would be time-consuming considering we don't have direct experience in the subject.

Do you have any recommendations for one or more robots with a low-cost teleoperation setup on which we could test and iterate quickly on these algorithms? I have seen some people doing things with low-cost robots on LinkedIn, and I will reach out to them, but apparently, they do not seem to be selling them.

Thanks,

qgallouedec commented 2 weeks ago

Hi! Yes: https://github.com/AlexanderKoch-Koch/low_cost_robot

aliberts commented 2 weeks ago

Hi,

Yes the arm from Alexander Koch mentionned by @qgallouedec is a good example of an open source low-cost arm.

We are also experimenting with this one https://github.com/TheRobotStudio/SO-ARM100 from TheRobotStudio, whom we are collaborating with to improve the design.

One of the main differences is that the Koch arm uses Dynamixels motors (which can be hard to source these days) while the SO-ARM100 uses Feetech motors which are cheaper and produce more torque (but are also heavier).