Robotics Fundamentals

What actually makes a pile of motors and sensors a "robot" — and how to tell automation from autonomy

What Makes Something a Robot?

A washing machine follows a program. A calculator crunches numbers. Neither is a robot, even though both are automated machines with electronics inside. So what's missing? A robot needs a physical body that does something in the real world — and it needs to close a loop between perceiving that world and acting on it.

The simplest working definition: a robot is a physical machine that can sense its environment, process that information to decide what to do, and act on the physical world as a result. Take away the body and you have software. Take away the sensing and you have a puppet on rails. Take away the decision-making and you have a hydraulic press. All three together is what roboticists call the sense-think-act loop, and it's the single idea that unifies everything from a Roomba to a Boston Dynamics humanoid.

Key Insight

Robotics is not one technology — it's the intersection of mechanical engineering (the body), electrical engineering (the nervous system), and computer science (the mind). A brilliant robot design can still fail if any one of those three legs is weak. This is why robotics teams are almost always interdisciplinary.

The Sense-Think-Act Loop

Every robot, no matter how simple or sophisticated, runs the same three-stage cycle over and over, often dozens or hundreds of times per second:

1

Sense (Perception)

Sensors gather raw data about the world and the robot's own state: a camera captures an image, a LIDAR unit measures distances by bouncing laser pulses off surfaces, a force sensor in a gripper feels how hard it's squeezing, an encoder tracks exactly how far a wheel has turned.

2

Think (Computation & Decision-Making)

An onboard computer or microcontroller processes that sensor data and decides what to do next. This can be as simple as a rule ("if bumper is pressed, reverse") or as complex as a neural network predicting the next best joint movement from a camera feed.

3

Act (Actuation)

Actuators — motors, servos, hydraulic or pneumatic pistons — physically move the robot or manipulate something in the world. This is the only stage where a robot actually changes reality, rather than just computing about it.

4

Back to Sense

The robot's action changes the world (even slightly), so it senses again to check the result — did the wheel actually move where it was told to? Did the gripper actually pick up the cup? This continuous loop is what separates a robot from a machine that just executes a fixed sequence once.

The Anatomy of a Robot

Strip away the marketing and every robot is built from the same handful of component families. Here's what's inside, mapped to the sense-think-act loop above:

SENSE
Sensors

Cameras: capture visual information for object recognition and navigation

LIDAR: bounces laser pulses off surroundings to build precise 3D maps, used heavily in self-driving cars and warehouse robots

Force/torque sensors: let a gripper feel resistance so it doesn't crush an egg or drop a wrench

IMUs (inertial measurement units): track orientation and balance — essential for anything that walks

THINK
Controllers & Processors

The "brain" that runs the decision-making logic — anywhere from a cheap microcontroller running simple if-then rules, to a full onboard computer running machine learning models trained on millions of hours of simulation, as in modern humanoid robots.

ACT
Actuators

Motors and servos: the most common actuator — precise, electrically driven rotation used in everything from robot arms to drone propellers

Hydraulics: use pressurized fluid for very high force in a compact space — used in heavy industrial arms and some advanced humanoids like early Atlas models

Pneumatics: use compressed air, common in soft robotics for gentle, compliant movement

ACT
End Effectors

The "hands" at the end of a robot arm — the part that actually touches the world. Grippers (parallel-jaw or multi-fingered), suction cups for flat objects, welding torches, and specialized tools swapped depending on the task.

A Human Body Analogy

Sensors are like your eyes, ears, and skin. The controller is your brain and spinal cord. Actuators are your muscles. End effectors are your hands. A robot without sensors is like a person walking blindfolded — it might still move, but it can't react to anything unexpected.

Types of Robots

"Robot" covers an enormous range of physical forms, each shaped by the environment it's built to work in:

Industrial Arms

Form: Fixed base, multi-jointed arm, no mobility

Best at: Repetitive, high-precision tasks — welding, painting, assembly

Examples: KUKA, ABB, FANUC, Universal Robots (cobots)

Mobile Robots

Form: Wheeled or tracked base that moves through an environment

Best at: Navigation, delivery, warehouse logistics, floor cleaning

Examples: Amazon warehouse robots, Roomba, autonomous mobile robots (AMRs) in factories

Humanoid Robots

Form: Two legs, two arms, roughly human proportions

Best at: Working in spaces built for humans — stairs, doorways, tools designed for human hands

Examples: Boston Dynamics Atlas, Tesla Optimus, Figure AI's Figure robots, several Chinese humanoid makers (Unitree, UBTech) entering commercial pilots in 2025-2026

Soft Robots

Form: Flexible, often silicone or fabric-based bodies instead of rigid metal links

Best at: Handling delicate or irregularly shaped objects safely — fruit picking, working near humans

Examples: Soft robotic grippers used in food packaging and agriculture

Drones / Aerial Robots

Form: Rotors or fixed wings for flight

Best at: Aerial inspection, mapping, delivery, agriculture

Examples: DJI agricultural drones, Zipline medical delivery drones

Underwater Robots

Form: Sealed, often torpedo-shaped or ROV (remotely operated vehicle) bodies

Best at: Ocean exploration, pipeline inspection, search and rescue in water

Examples: AUVs (autonomous underwater vehicles) used in deep-sea research and offshore oil inspection

Degrees of Freedom, Explained Simply

You'll hear roboticists talk about a robot arm having "6 degrees of freedom" or a humanoid hand having "20 degrees of freedom." A degree of freedom (DOF) is simply one independent way a joint can move — one axis it can rotate or slide along.

Think of Your Own Arm

Your shoulder can move in multiple directions (several degrees of freedom on its own), your elbow bends in one plane (one degree of freedom), and your wrist rotates and bends (more degrees of freedom). Add them up and a human arm has around 7 degrees of freedom — which is exactly why most industrial robot arms are also built with 6-7 degrees of freedom: it's the minimum needed to place a hand at any position and angle in 3D space.

More degrees of freedom generally means more dexterity, but also more complexity, more things that can break, and more computation needed to control it. A simple gripper might have 1 degree of freedom (open/close). A state-of-the-art robotic hand can have 20+ to mimic individual finger joints. Designers choose the minimum DOF that gets the job done — extra freedom of movement is expensive in every sense.

Automation vs. Autonomy

These two words get used interchangeably in casual conversation, but they describe fundamentally different capabilities — and the difference matters enormously for what a robot can actually be trusted to do.

Automation

A robot follows a fixed, pre-programmed script. It doesn't perceive or adapt to changes in its environment — it just repeats the same motion in the same order, every time. If something is out of place, an automated robot either fails or, worse, doesn't notice at all.

Example: A classic industrial welding arm that always welds at exactly the same coordinates, regardless of whether the car body on the line is positioned slightly differently.

Autonomy

A robot senses its environment in real time and adapts its behavior to handle situations it wasn't explicitly programmed for. Autonomous systems make decisions, not just repeat instructions — closing the full sense-think-act loop continuously rather than executing a fixed script.

Example: A warehouse robot that re-routes itself around a person who unexpectedly walks into its path, rather than colliding with them or freezing.

Why This Distinction Matters

Most robots today sit somewhere on a spectrum between the two, not at either extreme. A factory cobot might have autonomous collision-avoidance layered on top of an otherwise automated task sequence. Understanding where a given robot sits on this spectrum tells you what it can be trusted to handle on its own — and where a human still needs to supervise.

Pioneers and Landmark Moments

Robotics has moved from single industrial arms to humanoid robots entering commercial pilots in the span of about sixty years. Here are the moments that mark that arc:

Unimate (1961)

Installed on a General Motors assembly line in New Jersey, Unimate is widely considered the first industrial robot. It lifted and stacked hot pieces of die-cast metal — dangerous, repetitive work that had previously injured human workers. It marked the beginning of automation as a standard part of manufacturing.

ASIMO (2000)

Honda's ASIMO was one of the first robots to walk on two legs in a genuinely humanlike way — climbing stairs, running, and even serving drinks in demonstrations. For nearly two decades, ASIMO was the public face of humanoid robotics research, even though it never became a commercial product.

Boston Dynamics Spot & Atlas

Spot, a four-legged robot, became one of the first legged robots sold commercially — used for industrial inspection, construction site monitoring, and security. Atlas, Boston Dynamics' humanoid, became famous for viral videos of it running, jumping, and doing parkour, showcasing what dynamic balance and control could achieve.

The Humanoid Race (2025-2026)

Tesla's Optimus, Figure AI's humanoids, and several Chinese manufacturers (including Unitree and UBTech) moved from lab demos to limited commercial and industrial pilots — folding laundry, moving boxes in warehouses, and performing simple factory tasks. Whether humanoids become a genuinely useful general-purpose form factor, or a narrower tool for specific tasks, is one of the most closely watched open questions in robotics right now.

Continue Learning

Now that you understand the fundamentals, dive deeper into robotics through hands-on learning:

Menu