Search found 4 matches
- Thu May 15, 2014 11:02 pm
- 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.crazyfl...
- Thu May 15, 2014 8:37 pm
- Forum: Developer Discussions
- Topic: Android on-screen controls swapped?
- Replies: 4
- Views: 3643
Re: Android on-screen controls swapped?
Sweet. That looks like it will make things much clearer.
- Wed May 14, 2014 3:19 am
- Forum: Developer Discussions
- Topic: Android on-screen controls swapped?
- Replies: 4
- Views: 3643
Re: Android on-screen controls swapped?
Right you are!
I'm compiling from the source on GitHub but it was not exactly obvious to me what "Mode" meant in the preferences dialog. But yep, I'm happy with mode 2. Thanks.
I'm compiling from the source on GitHub but it was not exactly obvious to me what "Mode" meant in the preferences dialog. But yep, I'm happy with mode 2. Thanks.
- Sun May 11, 2014 11:16 pm
- Forum: Developer Discussions
- Topic: Android on-screen controls swapped?
- Replies: 4
- Views: 3643
Android on-screen controls swapped?
I just assembled my crazyflie but don't have any console controllers to use. But I do have a USB OTG adapter for my Galaxy S3 so I tried the android client. It is obviously not as good as a physical control stick but it works and at least let me make sure things were working. But I am perplexed as t...