Hi all.
Is it possible to run Lua Script triggered by a mission command?
When the autopilot is powered on the update function will be called periodically.
I’d like to implement something that starts processing triggered by a user instruction (such as the mavlink command).
To explain more specifically, I would like to enable the drone to automatically fly the missions saved in the SD card by triggering the reception of the newly added MavLink Command.
Regards,