Ops Manager Learn 3: First Steps / Line Follower

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. Read Position from Line Follower

          • Type the following function definition code into this new cell and declare this function by clicking on Run Selected Cell in the notebook menu.

          • Do not forget the colon at the end of the def line
          • Do not forget to indent the second line using 4 spaces
          • If you run this cell now, nothing will happen as the function needs to be called first