Advertisement
Guest User

Untitled

a guest
Aug 7th, 2020
332
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.32 KB | None | 0 0
  1. INFO:cfclient.gui:Disabling STL printouts
  2. INFO:cfclient.utils.input.inputreaders:Input readers: ['linuxjsdev', 'pysdl2']
  3. INFO:cfclient.utils.input.inputreaders:Successfully initialized [linuxjsdev]
  4. INFO:cfclient.utils.input.inputreaders:Could not initialize [pysdl2]: No SDL2 support on Linux
  5. INFO:cfclient.utils.input.inputinterfaces:Found interfaces: ['leapmotion', 'wiimote', 'zmqpull']
  6. INFO:cfclient.utils.input.inputinterfaces:Could not initialize [leapmotion]: Leap Motion library probably not installed (No module named 'leapsdk')
  7. INFO:cfclient.utils.input.inputinterfaces:Could not initialize [wiimote]: Missing cwiid (wiimote) driver No module named 'cwiid'
  8. INFO:cfclient.utils.config:Dist config read from /home/bitcraze/projects/crazyflie-clients-python/src/cfclient/configs/config.json
  9. INFO:cfclient.utils.config:Config file read from [/home/bitcraze/.config/cfclient/config.json]
  10. INFO:cfclient.utils.input.inputinterfaces:Could not initialize [zmqpull]: ZMQ input disabled in config file
  11. INFO:cfclient.utils.zmq_param:Biding ZMQ for parameters at tcp://*:1213
  12. INFO:cfclient.utils.zmq_led_driver:Biding ZMQ for LED driverat tcp://*:1214
  13. INFO:cfclient.utils.input:Using device blacklist [(VirtualBox|VMware)]
  14. INFO:cfclient.ui.main:Auto reconnect enabled: True
  15. INFO:cfclient.ui.tabs.QualisysTab:Switching Flight Mode to: FlightModeStates.DISCONNECTED
  16. INFO:cflib.crtp.radiodriver:v0.53 dongle with serial N/A found
  17. INFO:cflib.drivers.cfusb:Looking for devices....
  18. INFO:cflib.crtp.prrtdriver:Initialized PRRT driver.
  19. INFO:cflib.crazyflie:Callback->Connection initialized[radio://0/80/2M]
  20. INFO:cflib.crazyflie:We are connected[radio://0/80/2M], request connection setup
  21. INFO:cflib.crazyflie:Callback->Connected to [radio://0/80/2M]
  22. INFO:cflib.crazyflie.platformservice:Procotol version: 4
  23. INFO:cflib.crazyflie.toc:TOC for port [5] found in cache
  24. INFO:cflib.crazyflie:Log TOC finished updating
  25. INFO:cflib.crazyflie.mem:11 memories found
  26. INFO:cflib.crazyflie:Memories finished updating
  27. INFO:cflib.crazyflie.toc:TOC for port [2] found in cache
  28. INFO:cflib.crazyflie:Param TOC finished updating
  29. INFO:cflib.crazyflie:Callback->Connection setup finished [radio://0/80/2M]
  30. INFO:cfclient.utils.logconfigreader:Parsing [stabilizer.json]
  31. QObject::connect: Cannot queue arguments of type 'QList<QPersistentModelIndex>'
  32. (Make sure 'QList<QPersistentModelIndex>' is registered using qRegisterMetaType().)
  33. QObject::connect: Cannot queue arguments of type 'QList<QPersistentModelIndex>'
  34. (Make sure 'QList<QPersistentModelIndex>' is registered using qRegisterMetaType().)
  35. QObject::connect: Cannot queue arguments of type 'QList<QPersistentModelIndex>'
  36. (Make sure 'QList<QPersistentModelIndex>' is registered using qRegisterMetaType().)
  37. INFO:cfclient.ui.tabs.LEDTab:Memory: id=1, type=LED driver, size=24
  38. INFO:cfclient.ui.tabs.locopositioning_tab:Crazyflie connected to radio://0/80/2M
  39. INFO:cfclient.ui.tabs.locopositioning_tab:Requesting loco deck parameter
  40. INFO:cfclient.ui.main:LED write done callback
  41. QObject::connect: Cannot queue arguments of type 'QList<QPersistentModelIndex>'
  42. (Make sure 'QList<QPersistentModelIndex>' is registered using qRegisterMetaType().)
  43. QObject::connect: Cannot queue arguments of type 'QList<QPersistentModelIndex>'
  44. (Make sure 'QList<QPersistentModelIndex>' is registered using qRegisterMetaType().)
  45. QObject::connect: Cannot queue arguments of type 'QList<QPersistentModelIndex>'
  46. (Make sure 'QList<QPersistentModelIndex>' is registered using qRegisterMetaType().)
  47. INFO:cfclient.ui.tabs.FlightTab:[imu_sensors.BMP388]: 0
  48. INFO:cflib.crazyflie.log:Have successfully started logging for id=1
  49. INFO:cflib.crazyflie.log:Have successfully started logging for id=3
  50. INFO:cflib.crazyflie.log:Have successfully started logging for id=4
  51. INFO:cfclient.ui.tabs.FlightTab:[imu_sensors.HMC5883L]: 0
  52. INFO:cflib.crazyflie.log:Have successfully started logging for id=5
  53. INFO:cfclient.ui.tabs.FlightTab:[imu_sensors.MS5611]: 0
  54. INFO:cfclient.ui.tabs.locopositioning_tab:No Loco deck installed
  55. QObject::connect: Cannot queue arguments of type 'QVector<int>'
  56. (Make sure 'QVector<int>' is registered using qRegisterMetaType().)
  57. QObject::connect: Cannot queue arguments of type 'QVector<int>'
  58. (Make sure 'QVector<int>' is registered using qRegisterMetaType().)
  59. INFO:cfclient.ui.tabs.FlightTab:Changed effect to 6
  60. INFO:cfclient.ui.tabs.FlightTab:Changed effect to 18
  61.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement