What is an Actuator?
An actuator is a device that converts stored energy — electrical, pneumatic, hydraulic, thermal, or chemical — into controlled mechanical motion. Within the robot's action loop, the flow of information and energy moves as follows: controller → actuator → mechanism → sensor feedback → controller. The controller issues a command (a desired joint angle, force, or velocity); the actuator converts electrical signals into mechanical effort; the mechanism (links, tendons, gears) transmits that effort to the end-effector; and sensors close the loop by reporting the actual state back to the controller.
Actuators are arguably the most performance-limiting component in a robotic system. Unlike passive structural members, actuators directly determine what a robot can do: how fast it can move, how much force it can exert, and how safely it can interact with humans and objects. The wide diversity of robotic applications — from sub-millimetre surgical tools to hundred-tonne mining excavators — demands an equally diverse actuator landscape.
Key physical properties that define actuator suitability for a given task include:
- Force / Torque output — the maximum continuous and peak mechanical effort the actuator can deliver
- Speed range — operating velocity from stall (zero speed) through maximum no-load speed
- Bandwidth — the frequency at which the actuator can faithfully track a sinusoidal command; limited by inertia, inductance, and valve dynamics
- Backdrivability — whether an external force applied to the output can push back through the actuator without damage; critical for physical human-robot interaction
- Compliance — the inherent springiness of the actuator; low compliance (stiff) gives precision, high compliance gives safety and shock tolerance
- Power density — mechanical power output per unit mass (W/kg) or volume (W/L); determines how compact and lightweight a design can be
- Efficiency — ratio of mechanical output power to input power; affects battery life, heat generation, and thermal design
Actuator Technology Overview
| Type | Energy Source | Power Density | Backdrivable | Typical Use |
|---|---|---|---|---|
| DC Motor | Electrical | Medium (200–500 W/kg) | Yes (direct drive) | General-purpose joints, wheels |
| Servo Motor | Electrical | Medium–High (300–800 W/kg) | Yes (with low-ratio gearbox) | Precision joint control, CNC |
| Stepper Motor | Electrical | Low–Medium (50–200 W/kg) | No (detent torque) | 3D printers, open-loop positioning |
| Hydraulic | Hydraulic fluid | Very High (1000–5000 W/kg) | Yes (servo-valve) | Heavy industrial, legged robots |
| Pneumatic | Compressed air | High (500–2000 W/kg) | Partially (compressible) | Grippers, pick-and-place, soft robots |
| SMA (NiTinol) | Thermal/Electrical | Low (~10 W/kg) | Yes | Miniature grippers, morphing structures |
| EAP (Dielectric) | Electrical | Low–Medium (~50 W/kg) | Yes | Soft robots, haptic devices |
| Soft Pneumatic | Compressed air | Medium (varies) | Yes (inherent) | Soft grippers, wearable exosuits |
Key Performance Metrics and Gear Effects
Actuator performance is described through a set of coupled electrical and mechanical parameters. For electric motors, the two most important constants are the torque constant K_t (N·m/A) and the back-EMF constant K_e (V·s/rad). In SI units with an ideal motor, K_t = K_e numerically.
Most robotic joints pair a motor with a gearbox to trade speed for torque. If the gear ratio is N (output turns per motor turn, N > 1 means speed reduction) and the gearbox efficiency is η, then:
- Output torque: τ_out = N · η · τ_motor
- Output speed: ω_out = ω_motor / N
- Output power: P = τ_out · ω_out = τ_motor · ω_motor · η
A high gear ratio multiplies torque impressively but introduces several penalties: reduced backdrivability (the reflected inertia scales as N²), increased mechanical complexity, backlash, and efficiency losses from friction. Series Elastic Actuators (SEA) intentionally insert a calibrated spring between gearbox and output to measure torque accurately and provide passive compliance — a design used in legged robots and rehabilitation devices.
The no-load speed and stall torque form the endpoints of the ideal torque-speed curve, which is approximately linear for DC motors. Peak efficiency occurs near one-third of stall torque. Continuous operation beyond the continuous current rating causes thermal damage; transient peak torque can often be 3–5× continuous torque for brief bursts.
Gear Ratio Effect on Torque and Speed
Transmission of torque and speed through a gearbox with gear ratio N and efficiency η
τ_out = N · η · τ_motor ω_out = ω_motor / N P_out = τ_out · ω_out = η · τ_motor · ω_motor
N = gear ratio (dimensionless, > 1 for speed reduction), η = gearbox mechanical efficiency (0 < η ≤ 1), τ = torque (N·m), ω = angular velocity (rad/s)
Reflected inertia scales as N², meaning high gear ratios make joint dynamics increasingly dominated by the motor inertia rather than the load.
High Power Density vs High Precision Actuators
High Power Density (Hydraulic / Pneumatic)
- Power density 1000–5000 W/kg — far exceeds electric motors at equal mass
- Force output scales simply with pressure × area; very large forces achievable
- Compressible (pneumatic) or nearly incompressible (hydraulic) working fluid
- Requires external infrastructure: compressor, pump, valves, reservoir, plumbing
- Servo-valve hydraulics achieve high bandwidth (100+ Hz) and precise control
- Preferred for heavy-load, mobile, and legged robotics (Boston Dynamics legacy)
- Maintenance-intensive; fluid leaks and contamination are failure modes
High Precision (Electric Servo / Stepper)
- Self-contained: power delivered via cables, no external fluid infrastructure
- Servo motors with encoders achieve sub-arc-minute position accuracy
- Stepper motors offer inherent open-loop position holding via detent torque
- Clean, quiet, and easily integrated into digital control architectures
- Harmonic drives provide high gear reduction with near-zero backlash for precision
- Power density lower than hydraulics, but continuously improving with rare-earth magnets
- Preferred for collaborative robots, precision assembly, medical devices, and consumer electronics
Key Selection Criteria for Robotic Actuators
- 01
Force/Torque and speed requirements — define the operating point on the actuator's performance envelope; ensure continuous rating covers the duty cycle, not just peak demand
- 02
Power density and mass budget — especially critical for mobile, aerial, or wearable robots where every gram affects range and dynamics
- 03
Control modality — determine whether open-loop (stepper), position-servo (encoder + PID), torque-servo (current control + force sensor), or admittance control is required for the task
- 04
Backdrivability and compliance — non-backdrivable designs risk injury in pHRI; SEA or VSA architectures add passive safety at the cost of bandwidth
- 05
Infrastructure requirements — electric actuators need only wiring; hydraulic and pneumatic actuators require pumps, compressors, valves, and plumbing that add system mass and complexity
- 06
Environment and duty cycle — operating temperature range, ingress protection (IP rating), duty cycle (continuous vs intermittent), expected service life, and maintenance accessibility must match the deployment context