XXooptRobotics
← Roadmap/Control & Motion

Actuators & Motors

Motors, gearing, drives — how robots move.

mediumControl & Motion

Why it matters in robotics

Actuators are where a robot's control intent becomes physical motion, so interviewers use this topic to probe whether you understand the electromechanical limits that bound everything upstream. Expect questions on reading torque-speed curves, the inverse relationship between torque and speed, and how a gearbox trades one for the other while introducing backlash, reflected inertia, and efficiency losses. You will frequently be asked to size a motor for a given load (lift, drive, or joint), pick between DC, BLDC, servo, and stepper given precision/power/cost constraints, and explain how drivers achieve speed and torque control via PWM and current loops. Strong candidates connect the motor equations (τ=KtI\tau = K_t I, V=IR+KeωV = IR + K_e \omega) to practical concerns like thermal limits, holding torque, and commutation. Weak answers treat motors as ideal torque sources and miss saturation, stall current, and gearing side effects.

Application focus

The same topic, tailored to the robot you're building. Your choice is remembered across the roadmap and every topic.

Select an application above.

At a glance

Controller(commands torque/speed setpoint)Driver(H-bridge, PWM,current loop)Motor(DC/BLDC/stepper)Gearbox + Load(scales torque/speed,adds backlash)setpointvoltage /currenttorque, speedencoder feedback

Signal-to-motion chain in a typical robot actuator: a controller commands a driver, which energizes the motor, whose output is conditioned by a gearbox before reaching the load.

What to study

  • Motor types and tradeoffs: brushed DC, BLDC, servo, and stepper - commutation, holding torque, precision, cost, and where each fits in robotics
  • Torque-speed curves and the motor equations: stall vs no-load, the linear DC curve, τ=KtI\tau = K_t I and back-EMF KeωK_e \omega, plus how gearing scales torque/speed and reflected inertia
  • Drivers and control: H-bridges, PWM duty cycle for voltage/speed, current (torque) control loops, field-oriented control for BLDC, and microstepping for steppers
  • Actuator selection and sizing: computing required torque and speed for a load, choosing a gear ratio, and accounting for backlash, efficiency, thermal/duty-cycle limits, and safety margin

Study by time budget

Pick the path that fits the time you have before your interview.

  1. Brushless DC Motor, How it works?VideoLesics· ~10 min
  2. Motor Selection Guide (DC, stepper, BLDC, servo)ArticleBill Earl / Adafruit Learning System· ~30 min

Where to practice coding

Prerequisites

Practice questions (2)