Rescuer Learn 1: The Template Notebook

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.

4. Sensor Setup Code

In this cell you will create two instances of these sensors (front-facing and left-facing) and tell your code which ports you plugged them in to so you can measure distances to the nearest wall in front of and to the left of our robot.

Later in the LEARN section you will write the code for this cell.