Your Turn
Your Turn
In this modification, you’ll make the cyber#bot drive toward the recognized face instead of turning in place. You’re working toward a “follow-the-face” behavior, where movement is triggered by recognition and halted when the face disappears.
Update Your Script
✓ Replace both motion.maneuver() lines with motion.maneuver(50, 50, 1000) to move forward.
✓ Add an else: condition that stops the robot if the face is lost.
✓ Observe how quickly it reacts when the camera can no longer see the target.