Rescuer: Try It Out

This is the third challenge within the Robotics with GoPiGo and Python Curriculum.

Your task is to design a robot program that can navigate through the maze-like jungle without trampling over any plants or getting stuck in any dead ends.

Learn how to use the Distance Sensor and practice using the left-hand rule of maze-solving.

1. Predict

Draw a representation of your maze on a piece of paper.

Knowing how you programmed your robot, predict the route that you think your robot will take through the maze.

Draw this route out on your maze. Let’s now see if your prediction is correct.

Once you're done, you can upload your prediction.