🔁The Feedback Loop: Sense → Decide → Act
The loop never stops — after it ACTS, the robot senses again to see if the action worked, then loops back. That endless check is what makes it smart.
👁️ 1. SENSE
Sensors read the world — light, distance, tilt, or the line below — and report what is really happening.
🧠 2. DECIDE
The robot's program compares the reading to its goal and figures out how big the error is.
⚙️ 3. ACT
Motors move to shrink the error — then it senses again and the loop repeats.
🛣️In Real Life: A Line-Following Robot Steers Itself
No one tells it to turn. Its sensor reads white instead of black (the error), so the robot steers itself back — that is autonomy.
⚖️Open Loop vs. Closed Loop: Why Sensing Wins
🙈OPEN LOOP (no feedback)
It just runs the command and never senses the result. If something is off, it has no idea.
😟 Can't fix its own mistakes
👁️CLOSED LOOP (feedback!)
Its sensor watches the result and feeds it back, so the robot adjusts and stops in time.
😊 Self-correcting & reliable
🔑Key Terms
🔁Feedback Loop When a machine senses the result of its own action and uses it to adjust the next action.
👁️Closed-Loop Control A system that keeps checking with sensors and corrects itself; an open loop just runs blind.
🤖Autonomous Able to sense, decide, and act on its own — without a person steering it the whole time.
🛣️Line Following A robot uses a light sensor to stay on a marked path, steering back whenever it drifts off.
📏Error The gap between where the robot IS and where it WANTS to be — the loop's job is to shrink it.
🎯Calibration Tuning a sensor first so its readings are accurate — like teaching it what "black" and "white" really are.
⭐
Remember: a robot becomes autonomous by SENSING the result of its own action and looping back to fix the error — sense, decide, act, sense again!