Page 1 of 1

Cfclient and loco positioning greyed out

Posted: Wed Sep 12, 2018 3:39 pm
by nickmay645
Can anyone help me out, I have my loco positioning set up but the configuration buttons are greyed out. Thanks.
test.png

Re: Cfclient and loco positioning greyed out

Posted: Mon Oct 08, 2018 5:09 pm
by albussimba
I am having the same issue too. on both windows and ubuntu 18.04 LTS. Try getting an older version if you are using TWR and TDoA?

Re: Cfclient and loco positioning greyed out

Posted: Tue Oct 09, 2018 5:35 am
by arnaud
It looks like you are running the latest client from git with the lib from pypi, it is currently required to use both lib and client from git (I think there is a way to add a git repos as pip dependencies, maybe we should do that during development).

If it is the problem you can fix it by uninstalling the pypi version and installing the git version:

Code: Select all

cd <your dev folder>
pip3 uninstall cflib
git clone https://github.com/bitcraze/crazyflie-lib-python
pip3 install -e crazyflie-lib-python