paparazzi-devel
[Top][All Lists]
Advanced

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

Re: [Paparazzi-devel] roll_trim


From: Christophe De Wagter
Subject: Re: [Paparazzi-devel] roll_trim
Date: Fri, 23 Aug 2013 09:04:49 +0200

Ac characteristics are 100% passive downlink and setting them will not influence flight.

If you do several aggressive climbs and descends the ac characteristics will contain your average trim angles climb rates etc...

On Aug 22, 2013 2:20 PM, "Refik Sever" <address@hidden> wrote:
Hello,

I set the roll trim and pitch trim in the airframe file like that:

     <define name="COMMAND_PITCH_TRIM" value="350"/>
      <define name="COMMAND_ROLL_TRIM" value="900"/>

I put the plane on a flat table and powered on. Then I set the roll trim from GCS which is same with airframe (900), then the ailerons move. Same situation for pitch trim. Since the setting value is same, I don't expext them to move. Our paparazzi version is v5.1_devel-126-g1757e2e-dirty.

We are using energy control loops, which updates the aircraft characteristics below. Although there is no variable about roll, can this situation be due to this?

By the way, we want to add the ac_characteristics to the telemetry. Did somebody add it before?

// Automatically found airplane characteristics
160 
161 float ac_char_climb_pitch = 0.0f;
162 float ac_char_climb_max = 0.0f;
163 int ac_char_climb_count = 0;
164 float ac_char_descend_pitch = 0.0f;
165 float ac_char_descend_max = 0.0f;
166 int ac_char_descend_count = 0;
167 float ac_char_cruise_throttle = 0.0f;
168 float ac_char_cruise_pitch = 0.0f;
169 int ac_char_cruise_count = 0;


Regards,
Refik

_______________________________________________
Paparazzi-devel mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/paparazzi-devel


reply via email to

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