Introduction
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.
6. Main Project
After you complete the Learn sections, here is the main project of this mission.
This lesson will guide you through it: Rescuer: Project.
This lesson will guide you through testing your solution: Try It Out