paparazzi-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Paparazzi-devel] drotek 10dof v2 imu


From: Chris
Subject: Re: [Paparazzi-devel] drotek 10dof v2 imu
Date: Thu, 20 Jun 2013 19:51:38 +0300
User-agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20130510 Thunderbird/17.0.6

I will now install the imu_drotek branch on a different directory and check it tomorrow at work. About the mag, mine works like a charm with those signs, checked with a gps and a traditional compass (all other in the airframe set to 1) and the imu positioned with the solder pad row facing back and the ic side (mag,mpu,baro) looking up.

 x = (int16_t) ((drotek_hmc5883l.buf[0] << 8) | drotek_hmc5883l.buf[1]);
 z = (int16_t) ((drotek_hmc5883l.buf[2] << 8) | drotek_hmc5883l.buf[3]);
 y = (int16_t) ((drotek_hmc5883l.buf[4] << 8) | drotek_hmc5883l.buf[5]);

 VECT3_ASSIGN(imu.mag_unscaled, x, -y, -z);

Chris



On 06/20/2013 07:25 PM, address@hidden wrote:
Did you already have a chance to test the imu_drotek branch?
You should be able to have a rather empty imu section (except mag calib,
body_to_imu and accel neutrals if you want).




reply via email to

[Prev in Thread] Current Thread [Next in Thread]