Ops Manager Learn 1: The Notebook

This is the fourth challenge within the Robotics with GoPiGo and Python Curriculum.

Your task is to design a robot program that increases the volume of products that Amazing.com can ship out to its customers on a daily basis without increasing the number of robot pickers it employs.

Learn how to program and calibrate the Line Follower while they try to design an efficient system.

1. Upload the Notebook

For this mission, we have provided you with a template notebook file called picker.ipynb

To open this in Jupyter Notebooks, do the following:

      1. Store the picker.ipynb file on your USB drive.
      2. Plug the drive into a USB port on your robot.
      3. USB-Drive folder will appear in the file explorer of Jupyter Notebooks. Double-click on this to open the folder.

Double-click on the picker.ipynb file to open it.

The picker.ipynb notebook contains several code cells. Some are pre-populated for your convenience, some are empty. You will be writing the code for the empty cells.