1
0
Fork 0

Additional autopilot tuning.

This commit is contained in:
curt 2002-01-30 23:04:45 +00:00
parent 68c2782350
commit 0af34935ae
2 changed files with 7 additions and 5 deletions

View file

@ -39,7 +39,9 @@ October 23 2001 John Check, fgpanels@rockfish.net
<target-climb-rate-fpm type="float">500.0</target-climb-rate-fpm> <target-climb-rate-fpm type="float">500.0</target-climb-rate-fpm>
<target-descent-rate-fpm type="float">1000.0</target-descent-rate-fpm> <target-descent-rate-fpm type="float">1000.0</target-descent-rate-fpm>
<elevator-adj-factor type="float">4000.0</elevator-adj-factor> <elevator-adj-factor type="float">4000.0</elevator-adj-factor>
<integral-contribution type="float">0.001</integral-contribution> <integral-contribution type="float">0.01</integral-contribution>
<zero-pitch-throttle type="float">0.45</zero-pitch-throttle>
<zero-pitch-trim-full-throttle type="float">0.14</zero-pitch-trim-full-throttle>
</config> </config>
</autopilot> </autopilot>
@ -55,5 +57,3 @@ October 23 2001 John Check, fgpanels@rockfish.net
</consumables> </consumables>
</PropertyList> </PropertyList>

View file

@ -45,8 +45,10 @@ October 23 2001 John Check, fgpanels@rockfish.net
<best-climb-speed-kt type="float">107.0</best-climb-speed-kt> <best-climb-speed-kt type="float">107.0</best-climb-speed-kt>
<target-climb-rate-fpm type="float">1000.0</target-climb-rate-fpm> <target-climb-rate-fpm type="float">1000.0</target-climb-rate-fpm>
<target-descent-rate-fpm type="float">1000.0</target-descent-rate-fpm> <target-descent-rate-fpm type="float">1000.0</target-descent-rate-fpm>
<elevator-adj-factor type="float">10000.0</elevator-adj-factor> <elevator-adj-factor type="float">6000.0</elevator-adj-factor>
<integral-contribution type="float">0.001</integral-contribution> <integral-contribution type="float">0.002</integral-contribution>
<zero-pitch-throttle type="float">0.45</zero-pitch-throttle>
<zero-pitch-trim-full-throttle type="float">0.11</zero-pitch-trim-full-throttle>
</config> </config>
</autopilot> </autopilot>