Quadruped locomotion is how four-legged robots like Spot walk, trot, and climb — balancing on shifting sets of legs across terrain that wheels can't handle, using a mix of gait patterns, balance control, and increasingly learning.
Quadruped locomotion is the art of getting a four-legged robot to walk and run. It has to decide which legs to move, where to put its feet, and how to stay balanced — over stairs, rubble, and slopes that would stop a wheeled robot.
🎯 Quick challenge
A key advantage of quadruped robots over wheeled ones is…
Four legs give a robot a remarkable ability: to walk over terrain no wheel can cross — stairs, rubble, gaps, steep slopes. Achieving it is quadruped locomotion, one of robotics' hardest and most visible control problems.
Why four legs are hard (and worth it)
A quadruped is constantly deciding which legs to move, where to place each foot, and how to stay balanced while some feet are in the air. Unlike a wheeled robot that's always supported, a walking quadruped shifts between different sets of grounded legs, momentarily reducing its support. The payoff is terrain access; the cost is that balance and coordination must be actively controlled every instant.
The quadruped locomotion loop
Pick a gait, decide where feet land, keep the body balanced over the support, and execute — continuously, adapting to what the terrain gives.
The ingredients
Gait — the timing pattern (crawl for stability, trot for speed).
Foot placement — choosing safe footholds, critical on rough or gapped terrain.
Model-based — the classic approach (Boston Dynamics' early BigDog/Spot): explicit dynamics models, foothold optimization, and balance controllers. Precise but demanding to engineer.
Learned (RL) — the modern wave: train a reinforcement learning policy in massively parallel simulation, then transfer to hardware. This produced the robust, blind-and-perceptive locomotion that lets quadrupeds handle unseen rough terrain, recover from slips, and even get back up after falling.
Where you'll see it
Boston Dynamics Spot, ANYmal, Unitree's quadrupeds — used for inspection, mapping, security, research, and increasingly logistics in environments built for human feet, not wheels.
Why it matters
Quadruped locomotion is a flagship of modern robotics — the clearest demonstration of legs unlocking terrain, and a proving ground where learning-based control has recently leapt past decades of hand-engineering. It's central to the push toward robots that go where people and animals go.