Quadrupedal Robots
What Are Quadrupedal Robots?
Quadrupedal robots are legged machines with four limbs that locomote by coordinating leg motion across uneven terrain, stairs, and obstacles that wheeled or tracked vehicles cannot navigate. Each leg typically carries three or more actuated joints, giving the robot a configuration space of twelve or more degrees of freedom that must be coordinated to maintain stability while generating forward motion. The four-legged body plan is borrowed from the biological world, where quadrupeds have evolved highly efficient gaits ranging from the statically stable walk to dynamically demanding trot, canter, and gallop.
Research in quadrupedal robots began in earnest in the 1980s with Marc Raibert's pioneering work at Carnegie Mellon University on active balance through dynamic legging, and continued with projects such as Boston Dynamics' BigDog platform, which demonstrated load-carrying locomotion over rough terrain. Modern platforms such as ANYmal, developed at ETH Zurich, and Spot, commercialized by Boston Dynamics, have become standard research tools for evaluating locomotion algorithms under real-world conditions.
Gait Generation and Control Architecture
A quadruped's locomotion controller must determine foot placement sequences, body trajectory, and joint torques in real time, often while rejecting disturbances from uneven ground or external pushes. Early approaches based on central pattern generators (CPGs) modeled spinal cord neural circuits as limit-cycle oscillators that naturally produce rhythmic leg coordination without high-level planning. More recent architectures combine model predictive control (MPC) for trajectory optimization over a receding horizon with whole-body controllers that compute joint torques consistent with contact forces and rigid-body dynamics. Research published through IEEE Xplore on dynamic locomotion and whole-body control for quadrupedal robots demonstrates that MPC running at 400 Hz can handle trotting, pacing, and bounding gaits on the ANYmal platform, with the controller explicitly modeling contact switching.
Learning-Based Locomotion
Reinforcement learning has emerged as a powerful complement to model-based control for quadrupedal systems. Policies trained entirely in simulation and transferred to hardware through domain randomization have demonstrated robust traversal of stairs, gaps, and natural terrain that previously required hand-crafted planners. A widely cited result from ETH Zurich showed that an ANYmal robot controlled by a reinforcement learning policy trained for challenging terrain outperformed the best model-based controllers of its time across a diverse set of outdoor environments, including loose rocks and steep slopes. The sim-to-real transfer leverages randomization of mass, friction, motor parameters, and terrain height maps during training, so that the learned policy is robust to the discrepancies between the simulator and the physical world.
Sensing and Perception
Quadrupeds operating outdoors require perception to anticipate foot placement and avoid hazards. Exteroceptive sensors including depth cameras and lidar provide point clouds of the surrounding terrain, which are processed into elevation maps or signed distance fields used by the planner. Proprioceptive sensing, through joint encoders and inertial measurement units, provides the continuous state feedback required for dynamic balance. Integrating proprioception and exteroception into a unified locomotion policy remains an active research direction, with work published in Science Robotics showing that ANYmal can traverse challenging outdoor environments using a policy that fuses camera and IMU inputs end-to-end.
Applications
Quadrupedal robots have applications in a wide range of disciplines, including:
- Industrial inspection of infrastructure such as oil and gas facilities, power plants, and mines, where rough terrain precludes wheeled robots
- Search and rescue operations in disaster zones with collapsed structures and debris
- Agricultural monitoring and precision farming across fields with irregular ground
- Military logistics and reconnaissance in off-road environments
- Scientific exploration in environments inaccessible to conventional vehicles, including volcanic terrain and planetary surfaces