Sense, decide, act
What makes a machine a robot?
Understand it
A useful robot has sensors that measure the environment, a controller that processes those measurements, and actuators that change the world. The controller repeats this loop many times each second. A remote-controlled car acts, but adding distance sensing and an automatic stopping rule makes it behave robotically.
Choose a step to inspect it, or run the complete sequence.
A useful analogy
Think of crossing a road: your eyes sense traffic, your brain decides when it is safe, and your legs act.
Worked example
A distance sensor measures 18 cm. The controller compares that value with a 25 cm safety limit and commands both wheel motors to stop.
- Choose a familiar robot such as a vacuum or automatic door.
- List what it senses, what decisions it makes and what moves.
- Draw arrows to close the loop back to the environment.
Quick checkWhy is a motor not a sensor?
Answer: A motor changes the physical world, so it is an actuator. A sensor measures the world and sends information to the controller.