Related to #633 and #749
Replaces #535, which has the issue a bit confused.
- Instead of developing an app to fly drones, we simply develop a small Android activity that can send flightplan kmz files to the drone and have it start mapping immediately.
- The activity would essentially be a small 'helper' application the user installs for working with DroneTM, which bundles the DJI SDK.
- Based on the comment here, we could use this function in the SDK to upload the kmz to the drone (essentially replacing the controller for this functionality.
- Then the user can watch the drone take off and monitor using the controller in case of issues.
- We could possibly trigger this functionality via a deep link / intent, from both:
- DroneTM interface button
- QField app button
Related to #633 and #749
Replaces #535, which has the issue a bit confused.