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.

2. Robot Setup Code

In the first challenge, you saw how to create an instance of the EasyGoPiGo3 class and name it. In the second challenge you practiced writing this setup code. 

This time, this code is written for you, assigning the name rescuer to your robot instance.


What is the name of your robot instance in this notebook?