Using GPS to move a robotic car along a line at certain points?

Hi all,

I'm new to programming and using arduino. I want to move a robotic car every 10m using a GPS. I have the starting point (latitude and longitude), and want to move every 10m from the starting point in a straight line for a number of points. Once, I finish the first row I want to do the same for the next row (look at picture). I could really use some help here, especially starting off with some codes.

Thanks.

As long as you're OK to get to within about 5m of the waypoints, and you do this outdoors, then it should work.

Do a Google search and you're likely to find code examples that are relevant to your particular setup.

Be aware that this is not an easy project. You'll also need some form of orientation sensor, such as a compass, so you know when you're turned into the correct direction.