GOAL :
Travel the perimeter of an n-sided regular polygon with sides of length m cm. [Review time: Recall that a regular polygon is one which is both equiangular and equilateral.]
DETAILS :
Ok, I was kind of mean to you the last two weeks. I made you work with the base motor class so that you see some of the challenges of working with robots. HOWEVER, there are better ways of doing this if you have a little math available to you and some additional sensors. We SHOULD HAVE talked in "lecture" about the Pilot class and how it works with the physical Motor and it's built in Rotation Sensor to allow us to ignore some of the "details" of navigation.
Activity #3 asks you to simply repeat Activity #2 but to use the Pilot class to do the navigation for you.