Hello,
I’m currently playing around with services and as for now I wrote a Python service to send and receive udp packages with Lat, Lon and Alt coordinates.
Now I want to use these coordinates to fly the drone there autonomously without a controller or mission ui. But I cant figure out how to do it.
In the doc it says that external commands are being only used to receive commands and send events from and to the mission ui. But I want to use move_to out of my service I suppose.
Is this the way to do it or how else can you move the drone to a certain coordinate via service?
Thank you guys in advance!