Introduction

This is the first challenge within the Robotics with GoPiGo and Python Curriculum.

Your task is to program your robot to navigate an area of previously unseen terrain to reach its destination, passing through a number of waypoints.

3. Considerations

        • Where does your GoPiGo need to go?
        • What kind of landmarks will your map have that the GoPiGo can use as navigational aids?
        • Where will your waypoints be located?
        • How far and in what direction does the GoPiGo need to move to get from one waypoint to the next?