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.

4. Sensor Setup Code

In this mission you will learn how to use the line follower sensor. In this cell you will create an instance of this sensor and tell our code which port we have plugged it in to so we can tell how far and in which direction the line is from the center of our robot. 

Later in the LEARN section we will help you write the code for this cell.