Rescuer Learn 4: Logical Decisions

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. Mark Learn as Done

We’re coming back to the robot now!

In this project, you will be using front-facing and left-facing distance sensors to help your robot find its way out of a maze.

Truth tables can be used as a planning tool to help you decide what your robot should do (the truth table outcomes) based on whether or not your code determines that there is a wall in front of or to the left of it (the truth table conditions).

You are now ready for the big project! Will your robot be able to save the scientists lost deep in the rainforest and take them back to safety?

What will be the questions for the rescuer's truth table?