Split view: Blockly on the left, generated Python on the right. The goal is off to one side, so the rover must turn to face it before driving. Edit exactly one number in the Python pane so the rover drives faster once aligned. Then, before you press Run, predict: will it still stop in time? You pass when your prediction matches what the sim does.
Predict firstA block program generates Python. You raise the rover's speed by editing one generated line, leaving the 0.25 m stop check alone. What happens to the stop?
A threshold test on a sampled loop is a race between step size and tolerance. Changing one number elsewhere broke it.