forward 2move a measured amount
Public lesson / Robotics
A delivery robot receives 'go around the chair' as one command. A person understands; the robot does not. How can we replace vague intent with a sequence that can be tested on paper or in simulation?
Lesson rhythm
Name the problem before opening the build.
Make the hidden rule visible with small tests.
Use the idea inside a working project system.
Change one rule and predict the effect.
Explain the result, save safely, and leave a known state.
Learning goals
Theory kernel
forward 2move a measured amount
turn rightchange direction, not position
pauseseparate actions visibly
repeat routereuse a reliable sequence
Guided-build preview
Deliver a repair part through a maze using instructions precise enough for a robot that cannot guess what 'go around it' means.
A maze or grid, A known start and direction, A command vocabulary, A predicted route.
Commands, Sequences, Movement, Direction, Coordinates.
A working version, one modification, one repaired problem, and an explanation.
Teacher checkpoints
Common mistakes
Modification challenge
Higher levels are optional. They deepen the current idea rather than turning a beginner lesson into an unrelated advanced task.
End-of-class demonstration