Sense, decide, move
What Makes Something a Robot?
A washing machine follows instructions. A robot notices what is happening and changes what it does.
-
Step 1 of 5
Sensing comes first.
Cameras, distance sensors, switches that notice a bump, meters that measure how hard a motor is pushing. Without sensing, a machine can only repeat what it was told, blind.
-
Step 2 of 5
Deciding is a very simple rule, run very fast.
Most robot decisions are nothing grand: if the wall is closer than this, turn. Run that check a hundred times a second and it looks like the machine is being careful.
-
Step 3 of 5
Moving accurately is the hard part.
A motor told to turn a quarter-turn will overshoot. Real joints have sensors reporting their actual position, and the robot corrects constantly — which is what makes the movement look smooth.
-
Step 4 of 5
Most robots are arms in factories.
The famous ones walk and talk. The overwhelming majority are a single arm bolted to a floor, welding or lifting the same thing all day, faster and more precisely than any person could.
-
Step 5 of 5
Legs are much harder than wheels.
A wheeled robot that stops is simply parked. A walking one is falling forwards on purpose and catching itself each step, so it must correct its balance constantly or it topples.
A robot vacuum is a proper robot: it senses walls and stairs, decides where to go, and moves. It is just not shaped like a person.
The short version
A robot senses its surroundings, decides what to do, and moves — running that loop many times a second.
Try it yourself
Walk across a room with your eyes shut. That wobble is what a robot without sensors has to cope with.
Topics