bitcraze / crazyflie-clients-python

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

windows pysdl2 constant warning #693

Open knmcguire opened 8 months ago

knmcguire commented 8 months ago

The pysdl2 keeps looking and reporting that no devices are found for Windows, even though for Linux this warning only happens once. It's not making the cfclient fail but it is a bit annoying 😄

INFO:cfclient.utils.input.inputreaders.pysdl2: Looking for devices
INFO:cfclient.utils.input.inputreaders.pysdl2: Found 0 devices
INFO:cfclient.utils.input.inputreaders.pysdl2: Looking for devices
INFO:cfclient.utils.input.inputreaders.pysdl2: Found 0 devices
INFO:cfclient.utils.input.inputreaders.pysdl2: Looking for devices
INFO:cfclient.utils.input.inputreaders.pysdl2: Found 0 devices
...