[SOLVED] Running on Windows
Posted: Mon Mar 16, 2015 7:44 am
I tried to run the example programs on windows. However they don't work. I installed the usblib0 driver but it doesn't work.
I would be really glad if someone who (I hope at least someone did^^) who managed to make it work on windows 7 could tell me how he did it. Since the virtual machine seems not to be optimal when working with network stuff like UDP packages.
The error I get is:
I would be really glad if someone who (I hope at least someone did^^) who managed to make it work on windows 7 could tell me how he did it. Since the virtual machine seems not to be optimal when working with network stuff like UDP packages.
The error I get is:
I installed everything that was written here: https://github.com/bitcraze/crazyflie-clients-pythonERROR:cflib.crazyflie:Couldn't load link driver: Cannot find a Crazyradio Dongle
Traceback (most recent call last):
File "../lib\cflib\crazyflie\__init__.py", line 217, in open_link
self._link_error_cb)
File "../lib\cflib\crtp\__init__.py", line 90, in get_link_driver
instance.connect(uri, link_quality_callback, link_error_callback)
File "../lib\cflib\crtp\radiodriver.py", line 108, in connect
self.cradio = Crazyradio(devid=int(uri_data.group(1)))
File "../lib\cflib\drivers\crazyradio.py", line 115, in __init__
raise Exception("Cannot find a Crazyradio Dongle")
Exception: Cannot find a Crazyradio Dongle
Connection to radio://0/80/250K failed: Couldn't load link driver: Cannot find a Crazyradio Dongle
Traceback (most recent call last):
File "../lib\cflib\crazyflie\__init__.py", line 217, in open_link
self._link_error_cb)
File "../lib\cflib\crtp\__init__.py", line 90, in get_link_driver
instance.connect(uri, link_quality_callback, link_error_callback)
File "../lib\cflib\crtp\radiodriver.py", line 108, in connect
self.cradio = Crazyradio(devid=int(uri_data.group(1)))
File "../lib\cflib\drivers\crazyradio.py", line 115, in __init__
raise Exception("Cannot find a Crazyradio Dongle")
Exception: Cannot find a Crazyradio Dongle