Hello,I am new to pixhawk. I am building my own drone for Y8 configuration with 8 motors.I am researching about power usage if we change the configuration to Y6 in mid air and still able to fly.I need to find in firmware where is the code to…
Hello guys, 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. I…
Hello,I am new to python scripting in Mission Planner ( on Windows).Why mission planner not able to find libraries like os and numpy.Following import are failing in Mission plannerimport osimport numpy as npHow do I make this work in my Mission…