Looking for a little programming help

I want to make a boat the is controlled by the pi2 . i would use the gps unit for timing and for location of start and stop area .
I.e start and the edge of the lake drive it 100 feet away and take photos and then drive back.i think GPS Guided Robot programming will work . looking for the program.

Hi,
The GrovePi+ (http://www.dexterindustries.com/shop/grovepi-board/) with a GPS(http://www.seeedstudio.com/depot/Grove-GPS-p-959.html) and a compass(http://www.seeedstudio.com/depot/Grove-3Axis-Digital-Compass-p-759.html) might offer a good solution for for your GPS boat. You can use the current GPS coordinates and the heading from the compass to find out where the boat is and move toward your intended destination.

-Karan

Do you have the program that you use in the robots (gopigo) for download

You can find the example project on the GoPiGo here: https://github.com/DexterInd/GoPiGo/tree/master/Software/Python/Examples. Is there something specific that you are looking for.

-Karan

hey thanks karan i bought what u said and gopigo to play with .