I have a Django web application hosted on Ubuntu 18.04 and on the same machine I have installed the QGroundControl.
In my Django Web Application there are two buttons (Take Off & Return to Land).
Is this possible that when I press the Take Off button from my Web Application, it should invoke the Take Off method of QGroundControl?
How can I connect the Django (Python) Web Application & QGroundControl?
There will be some API or Web Service etc? Any idea?