bitcraze / crazyflie-clients-python

Host applications and library for Crazyflie written in Python.
Other
301 stars 468 forks source link

latest Client does not open on VM #689

Closed ViniCast closed 9 months ago

ViniCast commented 9 months ago

Hello! I have tested on Linux VM and I did all the setup and CFclient does not open. I got some errors. What should I do?

Captura de tela 2023-12-01 105406

knmcguire commented 9 months ago

hmmm... that is interesting. And it is on our VM you said?

We had a discussion about this as well: https://github.com/orgs/bitcraze/discussions/1066

In the mean time you can try the old release that was still working on Qt5:

pip3 uninstall cflib cfclient
pip3 install cfclient=2023.06
ViniCast commented 9 months ago

I uninstalled and updated all projects and now cfclient opens but does not find anything on scan. Here are some screenprints of the command window when the cfclient is running Captura de tela 2023-12-04 103603 Captura de tela 2023-12-04 103651

knmcguire commented 9 months ago

That latest does not have something to do with your original issue. Please check out the readme of the bitcraze VM if you installed the extension package: https://github.com/bitcraze/bitcraze-vm. Also make sure to select the crazyradio in the list of usb devices to be connected to your VM.

Any follow-up questions regarding your last question should be asked on https://discussions.bitcraze.io/. The reason why I didn't convert your first question already is that it indicated an actual bug for the cfclient.

knmcguire commented 9 months ago

There is a similar issue open already as this one. It is for windows but the fault seems to be the same: https://github.com/bitcraze/crazyflie-clients-python/issues/690. So I'll close this one and communicate further as that one proposes the cause for the bug