Loco-manipulation: Simultaneous execution of locomotion (moving the base) and manipulation (interacting with objects), requiring unified whole-body coordination
MPC: Model Predictive Control—an optimal control method that plans a trajectory by minimizing a cost function over a future time horizon, re-planning at every step
WBC: Whole-Body Control—a control framework that calculates joint commands to execute task-space objectives (e.g., hand position) while respecting constraints (balance, friction cones)
Sim-to-Real: A learning paradigm where a policy is trained in a physics simulator (often using RL) and then transferred to a physical robot, often requiring domain randomization to handle model mismatches
COT: Cost of Transport—a measure of energy efficiency defined as energy expenditure per unit distance normalized by weight (human COT ≈ 0.2, current humanoids > 0.7)
Centroidal Dynamics: A simplified model representing the robot as a single mass at its center of mass with associated linear and angular momentum, used to reduce computational cost in MPC
ZMP: Zero Moment Point—a point on the ground where the total tipping moment is zero; keeping the ZMP within the support polygon ensures dynamic stability
Foundation Models: Large-scale pre-trained models (like LLMs or VLMs) used in robotics for high-level semantic reasoning, task planning, and understanding human intentions
Behavior Cloning: A form of imitation learning where the robot learns a policy by directly mimicking expert demonstrations (state-action pairs)