Search found 27 matches

by CrazyGuy
Wed Apr 20, 2016 12:44 pm
Forum: General discussions
Topic: [SOLVED] Cannot find a Crazyradio Dongle
Replies: 5
Views: 7343

Re: Cannot find a Crazyradio Dongle

Just for your information: Yesterday I looked again at this situation and I figured out what the problem was. On my old system "import usb.core" failed. Therefore pyusb1 was set to False. On my new system pyusb1 was set to True since there is a usb.core module. My files are indeed not up t...
by CrazyGuy
Thu Mar 17, 2016 12:30 pm
Forum: General discussions
Topic: [SOLVED] Cannot find a Crazyradio Dongle
Replies: 5
Views: 7343

Re: Cannot find a Crazyradio Dongle

Well, it's not up to date. But I don't think that this is the problem. I use the same code on my old laptop and there it's working. I don't know if that is a clue but if I try to flash the firmware with the radio NOT plugged in, then my two laptops don't show exactly the same information in the buil...
by CrazyGuy
Sat Mar 12, 2016 8:56 pm
Forum: General discussions
Topic: [SOLVED] Cannot find a Crazyradio Dongle
Replies: 5
Views: 7343

Re: Cannot find a Crazyradio Dongle

yes and yes.

For the libcflie I need the udev rules too and it's working. The Crazyradio is available by using "lsusb"
by CrazyGuy
Fri Mar 11, 2016 9:29 pm
Forum: General discussions
Topic: [SOLVED] Cannot find a Crazyradio Dongle
Replies: 5
Views: 7343

[SOLVED] Cannot find a Crazyradio Dongle

Hi! I got a new laptop so I copied all my crazyflie projects from my old system (Ubuntu 14.10) to my new system (Ubuntu 15.10). I managed that everything is working but the crazyradio to update the firmware on the crazyflie. I'm using the libcflie library. This library works and I'm able to access t...
by CrazyGuy
Mon Oct 19, 2015 12:45 pm
Forum: Developer Discussions
Topic: Delay in logged data?
Replies: 6
Views: 3306

Re: Delay in logged data?

I want to track the crazyflie with 2 cameras. With the resulting 3d-coordinates I want to realise: - LQ-regulator for the 12 dimensional quad-dynamics (position, velocity, euler, gyro) - regulator based on model predictive control (12 dim) For the mpc approach I need an optimal control problem solve...
by CrazyGuy
Wed Oct 14, 2015 8:42 am
Forum: Developer Discussions
Topic: Delay in logged data?
Replies: 6
Views: 3306

Re: Delay in logged data?

Update: Calculating the motorratios on the crazyflie with 6ms old sensor data results in a little bit better result than calculating the motorratios on my pc with logged (actual) sensor data. But still: in fact you can't fly with it. You can only use it to take off... Even with 2ms old data the craz...
by CrazyGuy
Tue Oct 13, 2015 3:31 pm
Forum: Developer Discussions
Topic: Delay in logged data?
Replies: 6
Views: 3306

Re: Delay in logged data?

Update: Now I'm sending the motorratios and an ID to the copter. Additionally I log this ID on the crazyflie. Then I meassure the duration from "sending an ID" to "this ID is back on my pc by logging it". The average duration is about 6ms. So my logged sensor data are in average ...
by CrazyGuy
Tue Oct 13, 2015 3:06 pm
Forum: Developer Discussions
Topic: How to customize response CRTPpackets?
Replies: 4
Views: 2673

Re: How to customize response CRTPpackets?

Hi, thanks for the reply. I've already used the logging system but for some reasons my regulator doesn't work. At the moment I think, that the logged data are not "up to date". See also my other thread: https://forum.bitcraze.io/viewtopic.php?f=6&t=1708 I'll try the suggestion with the...
by CrazyGuy
Fri Oct 09, 2015 5:50 pm
Forum: Developer Discussions
Topic: How to customize response CRTPpackets?
Replies: 4
Views: 2673

How to customize response CRTPpackets?

Hi, I want to calculate the motorratios on the client. Therefor I have to get the gyro data and euler-angles. Ideally I send the motorratios to the crazyflie and the response (I think there is one?) contains the data I'm interested in. But I'm not sure where I have to make the adjustments. So can yo...