0 self navigate my drone using GPS to a position indicated by a homing signal Posted by Sourav Jena on April 25, 2014 at 8:13am I want make my drone Navigate automatically to my GPS coordinates when i trigger it with some kind of homing signal..where do i start?? plz help You need to be a member of diydrones to add comments! Join diydrones Email me when people reply – Follow
Replies
This is standard functionality in APM and can be accomplished with either auto or guided modes.
Auto mode would be used if the uav is on the ground; you would send it a mission like
1 - take off to X meters
2 - Fly to GPS coordinates G
3 - Loiter (hover)
Guided mode allows you to send GPS coordinates when the UAV is already in the air http://copter.ardupilot.com/wiki/ac2_guidedmode/
At least one of the android-based mission planners (probably both?) supports using Guided mode in a 'follow me' mode where the drone flies to the location of the GPS-enabled android device.
thanks mr scott