Upkie is an open source wheeled biped robot design with wheels for balancing and legs to negotiate uneven terrains. Upkies are designed to be buildable using only tools and components ordered online, like mjbots actuators. Here are some videos of Upkies in action.
- Getting started:
- Hardware:
- Software:
Standalone Upkie agents are distributed in their own repositories:
- MPC balancer: balance in place using model predictive control.
- Pink balancer: a more advanced agent that can crouch and stand up while balancing.
- PPO balancer: balance in place with a policy trained by reinforcement learning.
- PID balancer: legacy agent used to test new Upkies with minimal dependencies.
Head over to the new_agent template to create your own, and feel free to open a PR here to add your agent to the list.