Hello community,
im working with MissionPlanner for a while.
Now i want to check which part of my Workflow i can automate with python scripts.
When im on a survey i do the following:
- Upload Waypoints to drone
- Start Drone and go in Mission Mode
- RTL
- Check the messages for the last reached Waypoint
- Delete all Waypoint BEFORE the last reached one, except the first one.
- Upload the remaining Waypoints to the drone again
My questions:
Is there a possibility to get the Information about the last reached Waypoint and delete all the waypoints i want to delete with a python script?
Is there a possibility to write informations about all waypoints i reached during the fligt in a textfile?
I know how to work with python. I just need a little help for the start with Python-Scripts in MissionPlanner.
Thanks for your help