Search found 2 matches

by c1a1
Fri May 16, 2014 1:21 am
Forum: Developer Discussions
Topic: New program to control the crazyflie with your keyboard
Replies: 16
Views: 13946

Re: New program to control the crazyflie with your keyboard

I just tried this and ran into a problem with the current master of cfclient on GitHub. Looks like they changed the name of a callback. It couldn't find connectSetupFinished so I changed this line (93): self.crazyflie.connectSetupFinished.add_callback(self.connectSetupFinished) to this: self.crazyf...
by c1a1
Thu May 15, 2014 10:25 am
Forum: Developer Discussions
Topic: New program to control the crazyflie with your keyboard
Replies: 16
Views: 13946

Re: New program to control the crazyflie with your keyboard

Here's another linux newbie looking for help! I tried kikill's tutorial and got this message: Initializing drivers Searching for available devices Connecting to interface with URI [radio://0/10/250k] and name Traceback (most recent call last): File "./keyboard_control.py", line 288, in <mo...