What an actuator actually does
Every plan a robot's controller produces is worthless until something in the physical world changes. That's the actuator's job: convert electrical (or fluid) energy into mechanical motion. Think of the controller as the brain and the actuator as the muscle — the interface between intention and reality.
Actuators are characterized by three key quantities:
- Torque — the rotational force it can produce, measured in Newton-meters (N·m). Higher torque lifts heavier loads.
- Speed — how fast it rotates or moves, usually in RPM or rad/s. High speed is great for wheels; too much speed on a surgical arm is dangerous.
- Power — torque × angular velocity. Power is roughly fixed for a given motor; you can trade speed for torque using gears.
The torque-speed tradeoff is fundamental: a motor running fast produces little torque; slow it down through gears and torque multiplies. This is why a power drill shifts into low gear to drive a screw (high torque, low speed) and high gear to drive fast (low torque, high speed).
