Lesson reading
live
45 min
Start with the lesson question, connect the representations, and test the model with evidence.
Inspect the opening phenomenon
Predict what changes, then name the evidence.
Apply in the lab
Name the evidence before reading the answer.
Read only what helps
Then use the lab and recall check.
More when needed
Transcript and resources stay available below.
Course progress
The Sense-Estimate-Plan-Act-Check Loop
Decision challenge
Use the opening example to make a prediction, identify evidence, and explain which model supports it.
Predict what evidence belongs in Sense, Estimate, Plan, Act, Check, and Update.
Follow the robot evidence loop, then diagnose the earliest broken link when expected and observed results differ.
Before
Predict what evidence belongs in Sense, Estimate, Plan, Act, Check, and Update.
During
Record the evidence entering and leaving each stage and note where the human goal and safety limits apply.
After
Reconstruct the loop and diagnose the earliest broken link in a failed mission.
Lesson reading
live
45 min
Video script
draft
Transcript fallback
available
courses/ai-robotics/modules/01-what-makes-a-robot-intelligent/lessons/02-sense-estimate-plan-act-check/video-transcript.md
Robot Loop Failure Lab
ready
25 min
Mastery check
live
6 questions / 10 min
# Video Transcript A robot failure is rarely explained by saying “the AI made a mistake.” Start with the goal. Then follow the evidence. Sensors produce measurements. Estimation turns those measurements into a belief about the current state. Planning chooses actions that should reach the goal while respecting constraints. Controllers send commands to physical actuators. Then the robot senses again and checks whether reality matched the prediction. For a delivery robot avoiding a box, the camera may detect points ahead, the estimator may infer the box position, and the planner may choose a curve. But a stale estimate, an ignored robot width, or a slipping wheel can each create the same visible collision. The check stage distinguishes expectation from observation and decides whether to correct, replan, stop, or ask a human. Trace the earliest broken link. That is where diagnosis begins.
Reading lab
Connect the lesson's words, diagrams, graphs, evidence, and equations.
A delivery robot sees an obstacle, turns left, and still clips a box. Saying “the AI failed” is not useful enough to repair it. Engineers need to locate the failure: Was the box sensed? Was its position estimated incorrectly? Did the planner choose an unsafe path? Did the wheels execute the command? Did the robot check the result?
That investigation follows a reusable loop:
goal -> sense -> estimate -> plan -> act -> check -> update
The goal says what outcome matters. “Reach loading bay B” is a goal. Constraints refine it: stay inside the marked lane, keep 0.5 metres from people, and stop when confidence is too low. A robot cannot judge success unless designers make the objective and limits observable.
Sensors produce measurements, not truth. A camera produces pixels. A lidar returns distances. Wheel encoders report rotation. Measurements can be noisy, delayed, blocked, or ambiguous.
For the delivery robot, a depth camera might report a cluster of points two metres ahead. That is evidence, but it is not yet a complete claim about the world.
Estimation turns measurements into a working belief: “A stationary box is two metres ahead and slightly right; the robot is moving at 0.4 metres per second.” The estimate may combine several sensors and always contains uncertainty.
This distinction is crucial:
Planning compares possible actions against the goal and constraints. The robot may slow down, steer around the box, stop, or request help. A plan is only as good as the state and assumptions it receives.
Controllers translate a planned motion into actuator commands. Motors, brakes, joints, and grippers have limits. Wheels can slip; batteries sag; payloads change stopping distance. A correct plan can still fail during execution.
After acting, the robot senses again. It compares the expected result with evidence. Did it turn far enough? Is the obstacle farther away? Is the goal closer? A mismatch triggers correction, replanning, stopping, or human escalation.
Without checking, the chain becomes open loop: command once and hope.
| Stage | Delivery robot example | Possible failure |
|---|---|---|
| Goal | Reach bay B while maintaining clearance | Safety distance omitted |
| Sense | Depth camera returns nearby points | Dark surface is missed |
| Estimate | Box position and robot speed are inferred | Position is stale |
| Plan | Slow and curve left | Path ignores robot width |
| Act | Motors receive steering and speed commands | Left wheel slips |
| Check | New range and pose are compared with prediction | Check occurs too late |
The table shows why failures propagate. A late or incorrect estimate can produce a reasonable plan for the wrong world.
Watch How Robots Think: Sense, Estimate, Plan, Act & Learn. Before pressing play, write the six loop stages from memory.
While watching, capture one concrete item for each stage:
| Stage | Evidence to capture |
|---|---|
| Sense | The raw measurement available to the robot |
| Estimate | The robot's current belief about itself or the world |
| Plan | The selected safe path or action |
| Act | The physical command and resulting movement |
| Check | The expected result compared with the observation |
| Update | Correct, replan, stop, or ask a human |
After watching, explain where the human goal and safety limits enter the loop. Then answer: if the camera measured the box correctly but its stored position was stale, which is the earliest broken link?
Use the accompanying vertical infographic as a reference, but reconstruct the loop without looking before attempting the retrieval check.
A motor controller may check velocity hundreds of times per second. Navigation may replan every second. A human supervisor may review a mission after several minutes. These nested loops should exchange clear state, confidence, and stop conditions.
Intelligent robot behavior is not one mysterious decision. It is a chain of evidence and responsibility. Trace the goal, measurement, estimate, plan, physical action, and feedback separately; then repair the earliest broken link.
Trace a robot mission through the complete loop and diagnose failures using evidence.
Your diagram distinguishes measurements from estimates, connects every action to feedback, and identifies the earliest stage supported by evidence as the failure source.
Design two nested loops for the same robot: a fast motor-control loop and a slower navigation loop. Mark what information crosses between them.