Hi All,
I'm completely new to UAV (but a long time in fix-wing in RC). Is there a way to use ArduPlane to follow a moving object? This assumes you have an accurate measure of the distance between the follower and what you're following, but I think I can arrange that (not with GPS).
If this were possible, what signals would you feed to the autopilot? The GPS coordinates of the object you are following?
Thanks,
David
Replies
Hi David,
APM:Plane has supported FollowMe for quite a while - it is called "Guided Mode". The moving object needs to send guided mode MAVLink requests regularly, and the plane will track that position. Most ground stations support guided mode, including the tablet GCS implementations (AndroPilot and DroidPlanner). They use the built-in GPS in the tablet to get the position.
Cheers, Tridge