Chapter 45: Automation and Robotics
Era span: 1788 governor → present · Difficulty: high
Requires: Ch 15, Ch 35 sensors/compute, Ch 36 software, Ch 43 cheap power ·
Unlocks: lights-out manufacturing, hazardous-work elimination, labor reallocation
Robotics is feedback control embodied: sense → decide → act, closed in a loop fast enough to matter. Watt's flyball governor (1788) was the first industrial robot in spirit; everything since adds sensing and computation to that loop.
45.1 Control Theory Core
- Feedback: measure output, compare to target, correct. Open-loop machines repeat blindly; closed-loop machines achieve targets despite disturbances.
- PID controller (1920s–40s ships/autos): proportional (present error), integral (accumulated error — kills steady-state offset), derivative (error trend — damps overshoot). Tuning intuition: raise P until oscillation, back off, add I for accuracy, D for stability. PID runs inside ~95 % of industrial loops today.
- Servomechanisms: motor + encoder + drive closing position/velocity loops at kHz rates — every robot joint is a servo.
- Discrete-event control above continuous loops (state machines sequencing actions); safety-rated stops as separate hardwired paths (software never owns emergency stop).
45.2 From NC to Industrial Robots
- Numerical control (MIT, 1952): punched-tape machine tools machining to programmed coordinates — CNC made precision REPRODUCIBLE (Ch 20's tolerances democratized). G-code became manufacturing's Latin.
- Unimate (1961): die-casting robot arm at GM — dangerous, repetitive job automated first (pattern holds forever: robots take the four D's — dirty, dull, dangerous, dear).
- Robot anatomy: articulated arms (6 DOF = full pose), SCARA (fast planar assembly), delta pickers (lightning pick-and-place), cartesian gantries (heavy/precise). End effectors define capability: grippers, welders, sprayers, suction. Harmonic drives pack huge ratios into thin joints; encoders close the loops.
45.3 Sensing
- Machine vision: structured light/stereo depth, defect inspection at line speed — quality control becomes automatic statistics (Ch 47).
- Force-torque sensors enable assembly by FEEL (peg insertion, compliance tasks); lidar/radar/ultrasonic give spatial awareness outdoors.
- MEMS inertial units (Ch 35) put navigation-grade IMUs in every phone/drone — the quiet sensor revolution.
45.4 Mobile Robots and Drones
- AGVs (fixed paths) → AMRs (self-navigating warehouse fleets; Kiva→Amazon scale: hundreds of thousands of units moving shelves to pickers — logistics throughput multiplied while human walking eliminated).
- Drones: brushless motors + lithium batteries + MEMS IMUs + flight controllers = the hobby-to-industrial stack. Fixed-wing endurance vs multirotor agility split missions: survey/spraying/mapping/delivery niches each have a winner. Regulatory integration (airspace rules) lags capability everywhere — budget for governance friction.
- Surgical robotics (teleoperation with tremor filtration, camera steadiness): precision augmentation where human judgment steers machine steadiness.
45.5 Humanoids and the Honesty Section
Humanoid general-purpose robots remain HARD: bipedal balance solved-ish, but dexterous manipulation (fingers adapting to novel objects) lacks its transistor moment. Theater demos ≠ warehouse economics. Pragmatic doctrine:
- Automate STRUCTURED environments first (factories, warehouses — geometry known, parts standardized).
- Deploy mobile manipulation where ROI clears without anthropomorphism.
- Watch lab-to-field transfer of tactile sensing and learned grasping (Ch 46) as the humanoid-enabling frontier — but don't gate production plans on it.
45.6 Deployment Doctrine
- Cobots (force-limited collaborative robots, ISO-specified) share workspace with humans safely without caging — small manufacturers' entry point.
- Maintenance robotics (pipe crawlers, blade-climbing rigs) extends asset life in hazardous inspection (Ch 30-adjacent safety gains).
- Lights-out factories are mostly hybrid cells: automation handles repetition; humans handle exceptions — design workflows around exception HANDLING capacity.
- Labor transition policy matters (Ch 47): automation's productivity dividend gets politically confiscated if retraining fails — plan retraining as part of deployment cost, not afterthought.
Key threshold: when robot cost-per-hour falls below local wages for equivalent task quality, adoption self-accelerates (historically ~$5/hr-equivalent crossing in developed markets circa 2010s). Below it, labor scarcity stops being a growth constraint — the demographic wall every aging civilization fears quietly dissolves.
45.7 The Robotics Papers
- Watt's flyball governor (1788) prompted Maxwell's "On Governors" (1868) — control theory's founding paper written about steam engines; Minorsky's USS New Mexico automatic-steering trials (1922–23) introduced PID-like ship autopilots; Ziegler–Nichols tuning rules (1942) gave practitioners recipes. Control matured through ships and chemical plants before robots existed.
- NC machining: Parsons Corporation's helicopter-blade templates + Air Force funding + MIT's servomechanisms lab demonstrated numerical control March 9, 1952; APT programming language standardized it — defense contracts buying manufacturing language again (Ch 49's armory pattern).
- Unimate #001 entered GM's Ewing Township die-casting line January 1961. Devol filed "Programmed Article Transfer" in 1954; Engelberger — who met Devol at a cocktail party discussing Asimov's robot stories — built the business. Science fiction recruiting industrial capital, on record.
- Shakey the Robot (SRI, 1966–72) needed pathfinding; Hart, Nilsson & Raphael invented A* (1968) to give it one — every GPS route and game AI since inherits that algorithm from a wheeled box with antennae.
- Honda's P2 (1996) surprised the field with bipedal autonomy → ASIMO (2000); Boston Dynamics' DARPA-funded quadrupeds and Atlas stunts kept dynamics visible while warehouse economics quietly won adoption: Kiva Systems (founded 2003) sold to Amazon for $775 million (2012); Roomba (2002) put millions of robots in homes doing ONE task well.
- da Vinci cleared by FDA July 2000 — teleoperative surgery's precision/tremor-filtering case study §45.5.
- Cobot safety formalized late: ISO/TS 15066 (2016) specified force/pressure limits by body region — collaborative robotics required a published injury-biomechanics standard before insurers and regulators allowed shared workspaces at scale.