Introduction
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.
3. Considerations
- How does a stock picker follow a line?
- What is calibration?
- Why is calibration important?
To increase the volume of products shipped out to customers on a daily basis without increasing the size of the robot workforce you must find a way to improve the stock picking efficiency of each robot.
- How can you measure efficiency?
- How do the stock pickers currently perform their job?
- Why is this inefficient?
- What strategy can you use to make the stock pickers more efficient?