CSC 161 Schedule Readings Labs & Projects Homework Deadlines Resources

Robotic Tape Follower

Assume that tape has been placed on the floor and that the tape's color is significantly different (i.e., darker or lighter) than the floor. This problem asks you to write a program that will control the robot to follow the tape for at least a minute or two.

Programming notes

In the lab on image processing, one exercise asks to locate an area of the brightest light in a picture. In this problem, use a similar approach to find the edge of a piece of tape on the floor. Since the color of the tape contrasts with the floor, one should scan a picture from the robot to determine where the color changes substantially from light to dark or dark to light.

Overall, the robot should follow a tape that winds left and right around the floor for at least 10 or more feet.