This visual execution shows how a drone uses a range finder sensor to maintain a set altitude for terrain following. The drone reads the current altitude, calculates the difference from the desired altitude (error), and adjusts its altitude accordingly. The process repeats until the mission is complete. The execution table traces each step's sensor reading, error calculation, altitude adjustment, and mission status. Key moments clarify why error can be negative, when no adjustment is needed, and when the loop stops. The quiz tests understanding of error values, adjustment timing, and effects of changing the setpoint.