About

Gender

Male


Location

Toulouse


About Me:

Aerospace engineering student


Activity Feed

Loris left a comment for Hasufel
"Salut,

Le mien n'a pas encore voler (uniquement sur banc d'essai) à cause d'un problème de vibration. Je suis en train d'améliorer le code (en particulier la télémétrie et la lisibilité du code). J'espère qu'il volera bientôt ! Je travaille en…"
Jun 15, 2010
Loris commented on Jose Julio's blog post ArduIMU quadcopter part III
"Hi,

I already have 3 layer of thick double side tape! I don't have 2 blades, I'd rather use counter rotating 3 blades.

My kp and kd are very low (0.5 and 0.3) compared to yours. I would like to increase the kd for the stability but I can't. Maybe…"
Jun 13, 2010
Loris commented on Jose Julio's blog post ArduIMU quadcopter part III
"Hi,

I made only part 2

I am still doing ground test and I have a vibration problem. If I hold it in my hand and I put enough throttle for hovering :

and with a ramp on the throttle :

How do you solve this problem?

Thank you.
Loris"
Jun 13, 2010
Loris commented on Chris Anderson's blog post Announcing ArduCopter, the merger of the ArduPilot and AeroQuad projects!
"Thanks Robero.

I am working on a light ground station on Matlab to plot in real time several paramaters but there is still a lot of work to do. In the same time I am working on the VTOL aircraft which should flight alone soon.

Then I will have…"
May 25, 2010
Loris commented on Chris Anderson's blog post Announcing ArduCopter, the merger of the ArduPilot and AeroQuad projects!
"Hi,

I started few weeks ago to make a cleaner code from Jose's mini quad project. I use a library for PPM decoder and command (through a Pololu Maestro but I am planning to use the ServoTimer2 library). The code is more generic (for PID and…"
May 25, 2010
Loris commented on Jose Julio's blog post ArduIMU quadcopter part III
"Hi Jose,

You made an awesome job on this! I didn't think that ArduIMU would have enough memory space to perform everything you made!

Does the position holding (in outdoor) work well?


Loris"
May 13, 2010
Loris replied to Jonathan Brandmeyer's discussion Allan Variance (plots and code)
"I uploaded sample datas : http://code.google.com/p/easy-imu-pilot/source/browse/trunk#trunk/T... The format is csv.

The bigger one is 200 000 samples at 107Hz so around 30 minutes. I also uploaded 50 000 samples at 160Hz (using a TX buffer) so…"
Apr 20, 2010
Loris replied to Jonathan Brandmeyer's discussion Allan Variance (plots and code)
"Hi,

You made a great job! Do you plot the whole file? Because there is around 6000 samples so at 150Hz it should last 40s.

Could you try with the attached data file? It is in presence of noise.

Could you also try with right shifting (instead of…"
Apr 18, 2010
Loris replied to Daniel Wee's discussion Tuning ArduIMU
"I made some experiments last week. This graph shows the sum of 16 gyro samples



As you can see there is a lot of noise. If you right shift it 4 times, you remove a lot of noise but you keep the ADC resolution of 10bits. (so around 1°/s).

On the…"
Apr 15, 2010
Loris commented on Jose Julio's blog post ArduIMU Quadcopter part II (mini)
"Hi,

I used your code on a flying wing. It worked well and I made some improvements and made a clearer code. I created a google project : http://code.google.com/p/easy-imu-pilot/

If you want to see the modifications. I also plan to improve a little…"
Apr 14, 2010
Loris commented on Doug Weibel's blog post Want to use ArduIMU with EM406 or NMEA? Code ready to test.
"Hi,
I made several tests today. I read 16 ADC samples and I sent it to matlab at 20Hz (I also tried 100Hz but results are the same). Then I computed the mean and the variance for each sensors and for several right shifting. (0 = raw data, 1 = divise…"
Apr 5, 2010
Loris commented on Doug Weibel's blog post Want to use ArduIMU with EM406 or NMEA? Code ready to test.
"Hi,

This is my modification of the ADC reading. It took 16 samples to increase accuracy to 12 bits. However you also have to change your calibration values because output is now between 0 and 4095 (and not 0 and 1023).

The bandwidth is 83Hz. If…"
Apr 5, 2010
Loris commented on Doug Weibel's blog post Want to use ArduIMU with EM406 or NMEA? Code ready to test.
"Hello,

I used this IMU on a flying wing and it works great. I have some remarks and suggestions:

-You read 8 ADC channels but 6 is enough. With an ADC clock at 200khz, 6 channels and 16 samples you can have a bandwith of 80Hz and a resolution of…"
Mar 31, 2010