Hi all,
I was wondering if anyone is aware of previous posts or projects. Where someone had a copter that allowed for it to receive GPS coordinates from multiple GS. I’m working on a project where the drone will return to “home”/location but will figure out the return location by sending out a call and any listening MP/Ground stations will reply with their GPS location. Then using either A* or Dijkstra Algorithm, I was going to set the new GPS location as the “home” location and let the mode RTL take over afterwards.
I’m using RFD900x telemetry set because my project is supposed to go long distances and “bounce” from different GS.
The objective is basically create a physical GS that can be placed anywhere in the world. Then have the drone start at another position in world. When it gets low charge, locate the nearest GS and go land at that position. So I can look into setting rally points using lua script, but you never know where the points are, so we were thinking of having the GS send out a message when it receives a message from the nearby drone. Then go find that GS (the closest one)