h00t's Discussions (8)

Sort by

pixhawk firmware Y6 configuration in firmware

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 chang

Read more…

mission planner python import os not found

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 planner

import os

import numpy as np

How do I make this work in my Mission plan

Read more…

mission planner python import os not found

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 i

Read more…

mission planner python import os not found

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

Read more…

mission planner python import os not found

Hello,

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

Read more…

mission planner python import os not found

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 Mission

Read more…

mission planner python import os not found

Hello,

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

Read more…