Search found 3 matches

by mosomedve
Wed Nov 06, 2019 1:57 pm
Forum: Support
Topic: Can't install the python client
Replies: 1
Views: 1349

Can't install the python client

Hello, I am trying to install the crazyflie client on Windows 10 using the manual on https://github.com/bitcraze/crazyflie-clients-python. However, during the installation (at pip install -e .[dev,qt5]), I get the following error message at some point: "error: file 'C:\Users\User\AppData\Local\...
by mosomedve
Tue Jul 18, 2017 2:19 pm
Forum: Developer Discussions
Topic: Position data
Replies: 3
Views: 2003

Re: Position data

Hi! I've tested the kalman function a few months before and the results seemed completely off when i moved the copter in my hands, hence the question. The good news is that i only need the values just for a few seconds when the copter moves from a position into a different one. Do you guys have info...
by mosomedve
Tue Jul 18, 2017 1:43 pm
Forum: Developer Discussions
Topic: Position data
Replies: 3
Views: 2003

Position data

Hey guys! I am currently designing a nonlinear trajectory controller for my crazyflie 2.0. It requires position data from the quadcopter so my question is concerning the kalman filter implementation. Is it possible to acquire accurate position data from the kalman filter without any additional exter...