Skip to main content
Robotics & Embodied AI

⏱ About 15 min15 XP

The Robot as a System

When most people picture a robot, they see a finished thing: a mechanical arm on an assembly line, a wheeled rover on Mars, a humanoid figure in a movie. But a robot is not one thing — it is a system of parts that cooperate to sense the world, think about it, and act on it. Understanding a robot means understanding its parts, how each part does its own job, and how they depend on each other. Strip away any single part and the system fails.

Five Subsystems Every Robot Has

Every robot — from the simplest line-following toy to a surgical assistant used in an operating room — can be described using five subsystems. First: sensors, which gather information from the world and convert it into electrical signals the robot can use. Second: a controller, the computer or circuit board that runs the robot's program and makes decisions based on sensor data. Third: actuators, the motors and mechanisms that turn the controller's decisions into physical motion. Fourth: a power source, which supplies electrical energy to every other subsystem. Fifth: the body or frame, the physical structure that holds all the parts together and determines the robot's shape, size, and range of motion.

Systems Thinking

A system is a group of interacting parts that together accomplish something no single part could do alone. A robot is a physical system: every subsystem depends on the others. Remove the power source and the controller goes dark. Remove the sensors and the controller has nothing to act on. Remove the actuators and nothing moves.

A Robot in Action: One Cycle

Here is how the five subsystems work together in a single sense-think-act cycle. A warehouse robot is moving toward a shelf. Its distance sensor detects that an obstacle — a fallen box — is 40 centimeters ahead. The sensor converts that distance into a number and sends it to the controller. The controller's program reads the number, compares it to its safe-distance rule, and decides: stop and reroute. The controller sends a command to the drive motors, which are the actuators. The motors slow to a halt. The robot then calculates a new path, and the motors start again in a new direction. All of this happens in a fraction of a second, powered by a lithium battery pack, and the entire sequence occurs because the frame positions every part precisely so the sensor is pointed forward and the motors are connected to the wheels.

Match each subsystem to its role in the robot.

Terms

Sensor
Controller
Actuator
Power source
Frame

Definitions

Runs the program and decides what actions to take based on sensor data
Provides the physical structure that holds all parts in their correct positions
Converts commands from the controller into physical motion or force
Collects information about the environment and converts it to electrical signals
Supplies electrical energy to all other subsystems

Drag terms onto their definitions, or click a term then click a definition to match.

Why Every Subsystem Matters

Students sometimes ask: which part is the most important? The answer is that this question misunderstands what a system is. No part is the most important because all of them are necessary. A powerful controller running on a dead battery does nothing. A perfectly charged battery wired to broken actuators moves nothing. Excellent sensors attached to a controller running the wrong program produce the wrong actions. Real robotics engineers spend enormous effort making sure each subsystem is suited to its job and that they all communicate reliably with each other.

The System Boundary

Engineers also define what is NOT part of the robot. The floor the robot rolls on, the Wi-Fi network it communicates over, the human operator who reprograms it — these are the robot's environment. Knowing where the system ends and the environment begins helps engineers decide what the robot must handle on its own and what it can rely on from outside.

Complete the sentence about the sense-think-act cycle.

A robot's gather data from the world, the processes that data and makes decisions, and the carry out those decisions as physical movement.

A robot's wheel motors suddenly lose power even though the controller and sensors are still working. Which subsystem has failed?

Which of the following BEST describes the relationship between a robot's subsystems?

Robot Anatomy Hunt

  1. Step 1: Choose any real robot you know about — a Mars rover, a robotic vacuum, a factory arm, a drone, or any other example.
  2. Step 2: Draw or describe its five subsystems. For each subsystem, name the specific part(s) that perform that role on your chosen robot.
  3. Step 3: Trace one complete sense-think-act cycle for your robot. What sensor triggers it? What does the controller decide? Which actuator carries out the action?
  4. Step 4: Identify one way the failure of each subsystem would affect the robot's overall behavior. Write one sentence per subsystem.
  5. Step 5: Compare your robot with a classmate's choice. What is different about how each robot's subsystems are designed, and why might those differences exist?