I am working on an autonomous drone project where 4 Drones flying in circular path and need to talk to each other. Drones are running on PixHawk flight controller.
We are running python script in Mission planner to control 4 drones.
Hello, I am new to Mission Panner python scripting and my goal is to write gps coordinate to a file using python scripting. import os import os.path import subprocess home = open(‘C:\\data\\mycoordinate.txt', 'w') print os.getcwd() When I run it in M
I am new to programing python in mission planner. I am trying to run a basic script where I need to save GPS location to a file. So This is example how I want to write to file in python script. But when I load and run the script in Mission P
I am new to programing python in mission planner. I am trying to run a basic script where I need to save GPS location to a file. So This is example how I want to write to file in python script. But when I load and run the script in Mission P