Search found 38 matches

by marco.tognon
Thu Feb 27, 2014 4:36 pm
Forum: Developer discussions
Topic: Communication with multiple Crazyflies
Replies: 28
Views: 32474

Re: Communication with multiple Crazyflies

Hi guy, I'm dealing with multiple connection with multiple dongles. I'm using my own code to control the crazyflie, wich use an holde version of the library. Since it work fine with one quad I never update it. Now that I want to control more than one quad I have some difficults. At first I modified ...
by marco.tognon
Thu Nov 07, 2013 1:59 pm
Forum: Developer Discussions
Topic: 10DOF model sensors
Replies: 25
Views: 21026

Re: 10DOF model sensors

Hi ak1394 I'm trying to use your code to calibrate the magnetometer but i have two problems: 1. after the launch of python calibrate_hardsoft.py | nc -l 1234 and magnetometer_calibration often, after some time, an error occurs: java.lang.NullPointerException at processing.mode.java.runner.Runner.fin...
by marco.tognon
Thu Nov 07, 2013 10:03 am
Forum: Developer Discussions
Topic: Yaw from magnetometer locked in one position.
Replies: 5
Views: 5197

Re: Yaw from magnetometer locked in one position.

Oh really good job!! :D But did you use the calibration method of ak1394 http://forum.bitcraze.se/viewtopic.php?f=6&t=155&hilit=10DOF or of Ozan Aktaş http://diydrones.com/forum/topics/compansating-hardiron-soft-iron-and-scaling-effects-in-magnetic . I would understand what is the best and e...
by marco.tognon
Tue Nov 05, 2013 9:38 am
Forum: Support
Topic: [SOLVED] Crazyflie tilts to M4 side when taking off
Replies: 14
Views: 10556

Re: [SOLVED] Crazyflie tilts to M4 side when taking off

I avoided the ground effects keeping the cf suspended on the air with a thread:
cf suspended on the air with a thread
cf suspended on the air with a thread
by marco.tognon
Tue Nov 05, 2013 9:19 am
Forum: Support
Topic: No log_packace with the new library
Replies: 3
Views: 2872

Re: No log_packace with the new library

Marcus do you mean the output of my application?

With new I mean the last version, with old I mean the version before the hover mode.
by marco.tognon
Tue Nov 05, 2013 9:16 am
Forum: Developer Discussions
Topic: How to close correctly the radio link
Replies: 4
Views: 3379

Re: How to close correctly the radio link

Marcus what do you mean with output from the console? Because I'm using my own code, I dont use the output console which you can see when you run the client! As far as the version of th cflib and the firmware it is before addition of the hover mode, but I don't know where i can find the correct numb...
by marco.tognon
Sat Oct 26, 2013 3:36 pm
Forum: Support
Topic: [SOLVED] Crazyflie tilts to M4 side when taking off
Replies: 14
Views: 10556

Re: [SOLVED] Crazyflie tilts to M4 side when taking off

In my case th M4 is equal as the others! Trying to uderstand what is the thrust value for the hovering i keep the cf suspended with a thread and then i increas the thrust step by step until it stats to hover. During this easy test the cf drifts a lot of. I tried to correct using a trim on the roll a...
by marco.tognon
Fri Oct 25, 2013 10:49 am
Forum: Developer Discussions
Topic: How to close correctly the radio link
Replies: 4
Views: 3379

How to close correctly the radio link

Hallo. I'm worcking with my personal code. If i turn of the crazyflie and start my code all works correctly, but if then i close my code and try to run it again the callback connectSetupFinished doesn't come. I have to turn of and then turn on the crazyflie every time I want to start my code. Do you...
by marco.tognon
Fri Oct 25, 2013 10:38 am
Forum: Support
Topic: [SOLVED] Crazyflie tilts to M4 side when taking off
Replies: 14
Views: 10556

Re: [SOLVED] Crazyflie tilts to M4 side when taking off

I have the same behavior. But In my case I don't think it is a problem of the ontroller because i'm using my own code where i send exactly the commands. I think it could be a problem of the IMU that is not perfect calibrated.
by marco.tognon
Thu Oct 24, 2013 10:01 am
Forum: Support
Topic: No log_packace with the new library
Replies: 3
Views: 2872

No log_packace with the new library

Hallo! I wrote my own ROS interface for the crazyflie using the python library. It worked!!! Now I changed the hold library with the new one but i don't receive the log_package. (To write my code i used the examples in the wiki). I would to understand if is changed something or where is the problem!...