Search found 13 matches

by Kiva
Mon Aug 14, 2017 9:30 am
Forum: Developer Discussions
Topic: New flow deck and development
Replies: 11
Views: 5708

Re: New flow deck and development

Pfff, my bad, I was indeed on the develop branch and not in the master :oops:

Thanks for your help
by Kiva
Mon Aug 14, 2017 9:05 am
Forum: Developer Discussions
Topic: New flow deck and development
Replies: 11
Views: 5708

Re: New flow deck and development

I uninstall cfclient and cflib with pip. I re-install they from master: pip3 install -e . Obtaining file:///Users/Xebia/xebia/crazyflie/crazyflie-lib-python Requirement already satisfied: pyusb>=1.0.0b2 in /Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages (from cflib==0.1...
by Kiva
Fri Aug 11, 2017 1:35 pm
Forum: Developer Discussions
Topic: New flow deck and development
Replies: 11
Views: 5708

Re: New flow deck and development

@arnaud: I tried two methods:
I download the latest release from GitHub.
I get the latest version (master) from GitHub and I build it.

With the lib python, all work fine so it seems a problem with the client as you said.
by Kiva
Thu Aug 10, 2017 2:11 pm
Forum: Developer Discussions
Topic: New flow deck and development
Replies: 11
Views: 5708

Re: New flow deck and development

Hi, I received my flow deck and I have a problem: I plug the flow deck, I flash the CF with the latest firmware and I update the CF client but I don't have the hover mode as the image shown. Here is the console output: SYS: ---------------------------- SYS: Crazyflie 2.0 is up and running! SYS: Buil...
by Kiva
Thu Aug 03, 2017 10:32 am
Forum: Developer Discussions
Topic: New flow deck and development
Replies: 11
Views: 5708

Re: New flow deck and development

Thanks for your quick and your precise answer :)
by Kiva
Thu Aug 03, 2017 8:54 am
Forum: Developer Discussions
Topic: New flow deck and development
Replies: 11
Views: 5708

New flow deck and development

Hi guys, I'm really exiting by the new flow deck but before to buy it, I have some questions. I have seen your new Python example and I have seen your new command send_hover_setpoint. This one take rad, rad, rad/s rather than classic roll, pitch, yaw. How do you convert classic position to rad, rad,...
by Kiva
Mon Mar 27, 2017 12:03 pm
Forum: Developer Discussions
Topic: Relation between stabilizer and acc
Replies: 4
Views: 2948

Re: Relation between stabilizer and acc

I reply on my own post.

Do you know the formula which transforms gyro and accelerometer to roll/pitch/yaw ?

What is the unit of these data (roll/pitch/yaw) ?
by Kiva
Tue Feb 28, 2017 9:40 am
Forum: Developer Discussions
Topic: Relation between stabilizer and acc
Replies: 4
Views: 2948

Re: Relation between stabilizer and acc

Thanks for your complete answer :)
by Kiva
Sat Feb 25, 2017 2:32 pm
Forum: Developer Discussions
Topic: Relation between stabilizer and acc
Replies: 4
Views: 2948

Relation between stabilizer and acc

Hi guys, I try to understand how works sensors and stabilizer data and I have some questions: When I power on my crazyflie, I get a stabilizater log with something like this: roll: 0.002 pitch: 0.01 yaw: 0.03 I thought have 0, 0, 0 but no. When I send position like this: self._cf.commander.send_setp...
by Kiva
Tue Jan 03, 2017 12:47 pm
Forum: Developer Discussions
Topic: Where is the documentation about the API
Replies: 6
Views: 3001

Re: Where is the documentation about the API

Yes it could be a good thing :)