Hello, I would like to be able to run a python script that is able to take inputs such as a click, and then send a command to the plane.
I would like to make a UI that would have a couple of buttons
I would like the program to be running once the plane is in the air. I want it to continually run, and if I press a button from my UI, it would send a servo command. I’m assuming it would be along the lines of:
Script.SendRC(3, 1000,True)
In general, I would like to have a way to control a payload from the interface on the ground control computer.
Yuri,
First of all, thank you so much for replying with great information and examples. I am fairly new to the drone community, so I am not quite sure how to set up your example script in mission planner. I noticed you have a youtube channel, and I was wondering if you could do a video on running a script and building a user interface. If not, could you point me in the right direction? However, I have scoured the internet for a user interface software to control a payload from a computer, but could not find any.