Homemade robots, open source thinkers, living room roamers.
We are homemade robots built with the parts and tools hobbyists can readily get from DIY stores, or ordering online. You don't need expert training to build us. Just tools, a bag of metric screws and a taste for:
Our software is open source and made of libraries, not a framework. They should run on your robot too! Most of our code is in Python, including locomotion control, and we don't rely on precise models. Check out our code and let us know if it works for you:
Locomotion is not rocket science: it doesn't require huge investments. Saw some broomsticks, cable actuators together, plug in the software and roll! Haven't tried yet? Check out our videos and ask questions:
Upkie was the first robot to join Tast's Robots. It is a homemade wheeled biped that can balance, crouch and turn around. It proudly stands on broomsticks and 3D printed parts, because why not? 😉
Living room roaming (video)
Knees slightly bent (video)
There is a design difference between frameworks and libraries. Both have their pros and cons and there is no out-of-context answer as to which approach is "better" than the other. The reason why we strive for libraries is that frameworks or toolkits tend to couple multiple design decisions together, whereas libraries do better at incremental buy-in. For example, you can use the inverse kinematics of Upkie even if your robot is an hexapod and doesn't have wheels. We hope this helps makers adapt locomotion algorithms to new original robots, not adapt new robots to be able to run the same algorithms as the existing ones.
We hope you can: the more we are, the more experience we can share, and the more battle-tested our software! To join our gang, your robot must be makeable at home, both in terms of hardware and software. Here is our attempt at defining that:
Chime in on GitHub if you check all these points!
You don't have to open source all of your code, only the part that is necessary to make your robot move. That being said, to engage with fellow robot makers, it is usually a good idea to open source code that can be referenced in discussions and tested by others.