Hello,
I am new to drone programing and need help with some issues I have. I am using pixhack 2.8.4 and programing it through python 2.7.13 (dronekit).
Sometimes when I write the command for the drone to change the flight mode or takeoff it seems like it just ignores the command, so I just looped the command until it did what i wanted. I was wondering if there is a way the module can send the return information like:"Yes, I received the command you sent me, just wait until I process it.". That way the loop doesn't send unnecesary unnecessary commands.
If there is a way I can follow the drone coordinates actively while it's flying and give the drone the next command as soon as it comes somewhere near the coordinates I wanted it to go to (I want to compare drone coordinates and the target coordinates).
I hope that the questions make sense, and someone can help me with the issues I have. Thanks!
Replies