Ops Manager: Try It Out

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. Speed Control

Start by setting your motor speed to 300 right after initializing your picker.

# create a robot instance and call it our valet
picker = EasyGoPiGo3()
picker.set_speed(300)

Slower speeds improve your chance of success. Once you get the algorithm working you can up the speed.