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.

2. Test

          • Place your rescuer robot at the entrance to your maze facing into it, with a wall to its left.
          • Run your notebook by selecting Cell >> Run All Cells from the top menu. 

Does the robot manage to navigate its way to the exit?

Does it follow the route that you predicted?