Learn 1: The Notebook
This is the fifth challenge within the Robotics with GoPiGo and Python Curriculum.
Your task is to design a robot program to deliver a selection of mail to the residents of GoPiGo Drive, a small cul-de-sac containing 3 houses.
Learn how to how to use and calibrate the color sensor.
1. Upload the Notebook
For this mission, we have provided you with a template notebook file called mail.ipynb. To open this in Jupyter Notebooks, do the following:
- Store the mail.ipynb file on your USB drive.
- Plug the drive into a USB port on your robot.
- A USB-Drive folder will appear in the file explorer of Jupyter Notebooks. Double-click on this to open the folder.
- Double-click on the mail.ipynb file to open it.
The mail.ipynb notebook contains the code cells in the following chapters. Some are pre-populated for your convenience, some are empty. You will be writing the code for the empty cells.