Purpose of Test: Fix the last part of the robot code
1st run (3:20, Course G): Robot successfully completed all of the course except for the hitting the blue button.
Changed: Programmed the robot to hit blue button and then hit final button. The rest of the code was commented out.
2nd Run (3:30, Course A): Robot successfully hit blue button but failed to hit final button because it didn’t turn enough.
Changed: Increased turn before robot hit final button
3rd Run (3:36, Course H): Robot failed to hit final button because it turned to much
Changed: Decreased turn before robot hit final button
4th Run (3:40, Course F): Robot successful hit final button
Changed: Wrote code to have robot hit red button and then hit final button
5th Run (3:45, Course C): Robot successfully hit red and final button.
Changed: Included the rest of the code.
6th Run (3:52, Course A): Robot failed to navigate to light to read button because it overshot.
Changed: Decreased forward before reading light
7th Run (4:00, Course F): Robot failed to navigate to light to read button because it was too far to the left and too short
Changed: Group realized it would be very hard to achieve precise positioning over light, so the group decided to wiring up 6 Cds cells to decrease error.