Hi. I’m thinking if is it possible to use only back-end part of Mission Planner. I wrote my own, simple application to control drones. But there is something wrong. And I’d like to test my frond-end. And I’m thinking about two things:
- can I connect my application with the back-end MP (is there a clear division into two parts in MP: front-end, back-end) ?
or:
- can I use two applications: Mission Planner and my? And I’d like to send file to Mission Planner from my application and I’d like to force in Mission Planner automatic execution of the file (waypoints support and FlightPlan execution). And in this situation I will able to compare result in two independent application
So, I think my question comes down to whether it is possible to force some behavior on the application by using external code?
Thanks