I’m trying to figure out how to automate mission creation because I need my drone to go to a waypoint, activate servo, loiter, and then deactivate the servo. I’ve already got the workflow down, I just would like to know if I could copy and paste the activate do_set_servo, loiter time, and then deactivate do_set_servo. Obviously I will have the waypoints already set out, I just need to apply those 3 steps to all of them.
cut and paste wp is not implemented in MP, but you can always save your mission into a file and edit it in a text editor.
I tried opening the mission file in Word, and it seems pretty complicated. Is there a better way to open this file to where its a little more simple?
Word? Notepad, any Text Editor, Excel (tab delimited works)…
File formats
notepad++ is best for such a tasks.