11-11-2012 08:49 PM
Hi guys i am trying to create a program whereby I can see google earth in my labView program and there is an indication of exact location on the map by using the Ardupilot Mega 2.5 and its GPS. Can anyone help me with it?
Thanks in advance.
11-11-2012 11:06 PM
Except for one hangup it should be fairly easy to display your location in Labview. The biggest hangup is access to the Ardupilot open source software. I didn't see any links or dowload capability on the Ardupilot web page. Otherwise the web page says the Ardupiolt is Arduino compatible and it appears to have a serial Interface. This impies it should be easy to interrogate the Ardupilot and ask for location. Hence you need to make sure you can get a copy of the open source software before proceeding.
Do you really need all the features of an Ardupilot. You can get a GPS shield for an Arduino Uno for a lot less than you will pay for an Ardupilot.
hrh1818
11-14-2012 10:50 AM
Did you know that the Mission Planner portion of the ArduPilot project "was" written using LabView...
It has since been re-written to eliminate LabView in favor of C/C++ only.
Currently there is now no need to install LabView runtime.
If you just want to display your current position with Google Earth, the older Mission Planner had/has a very nice display of current position as well as of the sensor data available from the attached sensor shield which had all the triple axes gyros and accelerometers. As such it was not necessary to have it. Nowadays their new board is an all in one solution for an autopilot but is more expensive as a single board.
Perhaps you could research who wrote the first mission planner and contact them regarding how to access things with LIFA...
Otherwise... just get a copy and attach it to USB or via XBee to just use it.
The software source IS available for the access to the GPS... but I don't know of availability of that regarding the LabView code.
I only know of it because I used it for my quad copter.
There are a lot of forums for fixed wing and multirotor and land rover people using the arduPilot Mega boards.
Both at Google code and at DIYDrones.
Tim