paparazzi-devel
[Top][All Lists]
Advanced

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

Re: [Paparazzi-devel] Sensor correction problems


From: Uttam Chandrashekhar
Subject: Re: [Paparazzi-devel] Sensor correction problems
Date: Wed, 23 Apr 2008 09:10:25 +0530 (IST)

Hi guys,

Looking through the source, could it have to do with this block of code:

/* Sensor installation */
#if defined IR_HORIZ_SENSOR_ALIGNED
/* IR1 on the lateral axis, IR2 on the longitudal axis */
#define IR_RollOfIrs(_ir1, _ir2) (_ir1)
#define IR_PitchOfIrs(_ir1, _ir2) (_ir2)
#elif IR_HORIZ_SENSOR_TILTED
/* IR1 rear-left -- front-right, IR2 rear-right -- front-left
IR1_SIGN and IR2_SIGN give positive values when it's warm on the right side
*/
#define IR_RollOfIrs(_ir1, _ir2) (_ir1 + _ir2)
#define IR_PitchOfIrs(_ir1, _ir2) (-(_ir1) + _ir2)
#endif


I have the sensors aligned..

Thanks,
Uttam

Download prohibited? No problem. CHAT from any browser, without download.


Unlimited freedom, unlimited storage. Get it now
reply via email to

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