forward 2move two grid units
Lesson / Robotics
A delivery robot has been told to 'go around the chair.' That instruction works on people and fails on robots. Replace it with measured moves and turns that can be checked on a grid.
Turn 'go around the chair' into commands the robot can execute.
Track position and direction through a short route.
Define a command set, start state, target, and complete sequence.
Trace the route and change the earliest command that fails.
Have another student follow the route and explain the revision.
forward 2move two grid units
turn rightchange direction without changing position
pauseseparate actions so they can be observed
repeat routereuse a tested sequence
Guided project
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 with a tested change, one repaired problem, and a clear explanation.