cfclient running issue #680
Unanswered
AlexanderHuang2001
asked this question in
Q&A
Replies: 1 comment
-
It looks like you have an ESP drone there and this is not the right place for help with that. Perhaps they have a help forum? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Dear Bitcraze,
I run into some problems when I tried to connect cfclient with crazyflie-drone. Hopefully, you can help me solve this problem.
At first, I installed cfclient in the ubuntu environment. After pressing SCAN button, no radio address is presented. In the console, it says crazyradio is set, but gives a warning "WARNING:cflib.crtp.usbdriver:Exception while scanning for Crazyflie USB: 'NoneType' object has no attribute 'bcdDevice'"
I then followed the instruction and installed cfclient in windows10. Basically same warning comes out, no radio address is detected.
Can you tell me what problem am I facing now?
The error and pictures are attached below. Thanks a lot. Looking forward to your timely reply.
Alex
C:\Users\admin>cfclient
UserWarning: Using SDL2 binaries from pysdl2-dll 2.24.0
INFO:cfclient.gui:Disabling STL printouts
INFO:cfclient.utils.input.inputreaders:Input readers: ['linuxjsdev', 'pysdl2']
INFO:cfclient.utils.input.inputreaders:Could not initialize [linuxjsdev]: Only supported on Linux
INFO:cfclient.utils.input.inputreaders:Successfully initialized [pysdl2]
INFO:cfclient.utils.input.inputinterfaces:Found interfaces: ['leapmotion', 'wiimote', 'zmqpull']
INFO:cfclient.utils.input.inputinterfaces:Could not initialize [leapmotion]: Leap Motion library probably not installed
(No module named 'leapsdk')
INFO:cfclient.utils.input.inputinterfaces:Could not initialize [wiimote]: Missing cwiid (wiimote) driver No module named
'cwiid'
INFO:cfclient.utils.config:Dist config read from d:\graduation\crazyflie-clients-python\src\cfclient/configs/config.json
INFO:cfclient.utils.config:Config file read from [C:\Users\admin\AppData\Local\Bitcraze\cfclient/config.json]
![66042280038566205](https://user-images.githubusercontent.com/68822079/233732066-b0b83c8e-f4a4-4727-a5cd-d979ad0d3c01.jpg)
![屏幕截图 2023-04-22 020003](https://user-images.githubusercontent.com/68822079/233732076-2a2418ab-d2c6-4e12-8a5f-95b8b3ca0d2f.png)
INFO:cfclient.utils.input.inputinterfaces:Could not initialize [zmqpull]: ZMQ input disabled in config file
INFO:cfclient.utils.zmq_led_driver:ZMQ led disabled in config file
INFO:cfclient.utils.zmq_param:ZMQ param disabled in config file
INFO:cfclient.utils.input:Using device blacklist [(VirtualBox|VMware)]
INFO:cflib.crtp.radiodriver:v0.53 dongle with serial N/A found
INFO:cfclient.ui.tabs.QualisysTab:Switching Flight Mode to: FlightModeStates.DISCONNECTED
INFO:cfclient.utils.input.inputreaders.pysdl2:Looking for devices
INFO:cfclient.utils.input.inputreaders.pysdl2:Found 1 devices
INFO:cfclient.utils.input:Selected MUX: Normal
INFO:cfclient.ui.main:Role of PS4 Controller is Device
INFO:cfclient.utils.input.mux:Adding device PS4 Controller to MUX Normal
INFO:cfclient.ui.tabs.QualisysTab:Exception during qtm discovery: 'QRTDiscoveryProtocol' object has no attribute 'error_
received'
INFO:cflib.drivers.cfusb:Looking for devices....
WARNING:cflib.crtp.usbdriver:Exception while scanning for Crazyflie USB: 'NoneType' object has no attribute 'bcdDevice'
INFO:cflib.crtp.prrtdriver:Initialized PRRT driver.
INFO:cflib.crtp.radiodriver:v0.53 dongle with serial N/A found
INFO:cflib.drivers.cfusb:Looking for devices....
WARNING:cflib.crtp.usbdriver:Exception while scanning for Crazyflie USB: 'NoneType' object has no attribute 'bcdDevice'
INFO:cflib.crtp.prrtdriver:Initialized PRRT driver.
Beta Was this translation helpful? Give feedback.
All reactions