Skip to content
SDB
Applications and Future Directions

2 hours

Humanoid Robots – Future Directions in Automation

Bipedal Locomotion, Dexterous Manipulation, and the Road to General-Purpose Robots

Subhendu Datta BhowmikRobotics Tutorials

Why Humanoid?

Humanoid robots — machines with a human-like body plan including a torso, two arms, and two legs — represent both an engineering grand challenge and a practical bet on the future of automation.

The case for humanoid form is environmental compatibility: the world is built for humans. Stairs, doors, ladders, tools, vehicles, and workplaces are all designed around a bipedal body with two dexterous hands. A humanoid robot can, in principle, operate in any environment designed for a human without requiring infrastructure modifications — unlike wheeled robots that need ramps or rail-mounted arms that are fixed in place.

The practical reality is that humanoid robots remain among the most mechanically and computationally complex systems ever built. Key challenges include:

  • Bipedal balance: maintaining stability with a high centre of mass over a small support polygon requires real-time whole-body control at >1 kHz
  • Dexterous manipulation: the human hand has ~27 degrees of freedom; replicating its versatility in hardware requires breakthroughs in actuation, sensing, and learning
  • Generalisation: current robots can execute narrow tasks reliably but lack the common-sense reasoning to adapt to novel situations

Notable Humanoid Robot Platforms

RobotOrganisationHeight / MassKey Capability
AtlasBoston Dynamics1.5 m / 89 kgDynamic parkour, backflips, whole-body manipulation
Optimus Gen 2Tesla1.73 m / 57 kgDexterous hand, AI-trained from human video demonstrations
Figure 02Figure AI1.7 m / 70 kgOpenAI-powered conversation + manipulation in BMW factory
DigitAgility Robotics1.75 m / 65 kgDeployed in Amazon warehouses for tote handling
Unitree H1 / G1Unitree Robotics1.8 m / 47 kgLow-cost open platform; backflips, research access
HRP-5PAIST Japan1.82 m / 101 kgHeavy construction tasks, drywall installation
Sanctuary PhoenixSanctuary AI1.67 m / 70 kgGeneral-purpose manipulation in retail environments

Bipedal Locomotion

Stable bipedal walking requires managing balance — continuously keeping the Zero Moment Point (ZMP) or Centre of Pressure (CoP) within the support polygon formed by the feet. Classical approaches use pre-computed ZMP-based trajectory planners; modern systems use whole-body control (WBC) which solves a real-time optimisation problem over all joint torques to achieve desired end-effector motions while respecting balance constraints.

Key locomotion breakthroughs:

SLIP (Spring-Loaded Inverted Pendulum) model — treating running as a bouncing spring captures the energy dynamics of human gait with surprising fidelity. Many running controllers are inspired by this model.

Model Predictive Control (MPC) over a receding horizon — the robot predicts future states and optimises a sequence of footstep placements and body trajectories simultaneously. Cheetah (MIT), Atlas, and Spot all use variants of MPC.

Reinforcement Learning (RL) for locomotion — robots learn to walk by simulating millions of trials in physics engines (Isaac Gym, MuJoCo). Policies trained in simulation are transferred to real robots via sim-to-real techniques (domain randomisation, adaptive curriculum). Unitree robots and ANYmal (ANYbotics) demonstrate robust RL locomotion over challenging terrain.

Dexterous Manipulation and Foundation Models

Dexterous manipulation — picking, placing, inserting, and assembling with human-like hands — is the bottleneck that has prevented humanoids from entering unstructured environments at scale.

Recent breakthroughs are driven by data-centric learning approaches:

Imitation Learning / Learning from Demonstration (LfD): operators physically demonstrate tasks using teleoperation hardware; the robot learns a visuomotor policy mapping camera images to joint actions. Systems like ACT (Action Chunking with Transformers) and Diffusion Policy have shown impressive results on tabletop manipulation tasks.

Foundation models for robotics: large transformer models pre-trained on diverse robot data (Open X-Embodiment dataset, RT-2) can generalise across tasks and embodiments. These models accept natural language instructions and produce robot actions end-to-end.

Dexterous hands in hardware: most current humanoids use either parallel-jaw grippers (simple, reliable) or anthropomorphic multi-fingered hands. Notable hands: Shadow Dexterous Hand (24 DoF, pneumatic muscles), Tesla Optimus hand (11 DoF, cable-driven), Sanctuary AI Carbon hand.

Humanoid vs Specialised Robot

Humanoid Robot

  • Works in existing human environments without modification
  • One platform can theoretically handle diverse tasks
  • High mechanical complexity and cost (currently $50K–$250K)
  • Bipedal balance requires sophisticated real-time control
  • Long development timeline to production reliability
  • Commercially deployed: Amazon warehouses (Digit), BMW (Figure)

Specialised Robot

  • Optimised environment yields superior performance per task
  • Lower cost, higher reliability, easier to certify
  • Requires dedicated infrastructure (conveyors, fixtures, rails)
  • Proven at scale: automotive assembly, semiconductor fab
  • Cannot adapt to tasks outside its designed envelope
  • Dominant in current industrial automation

Applications and Future Directions