Autopilot adjustment. HUD off by default.
This commit is contained in:
parent
81e3edc10b
commit
e084d7e2a4
1 changed files with 2 additions and 2 deletions
|
@ -31,7 +31,7 @@
|
|||
|
||||
<hud>
|
||||
<path>Huds/Custom/default.xml</path>
|
||||
<visibility>true</visibility>
|
||||
<visibility>false</visibility>
|
||||
</hud>
|
||||
|
||||
<model>
|
||||
|
@ -58,7 +58,7 @@
|
|||
<best-climb-speed-kt type="float">200.0</best-climb-speed-kt>
|
||||
<target-climb-rate-fpm type="float">2000.0</target-climb-rate-fpm>
|
||||
<target-descent-rate-fpm type="float">1500.0</target-descent-rate-fpm>
|
||||
<elevator-adj-factor type="float">1500.0</elevator-adj-factor>
|
||||
<elevator-adj-factor type="float">1000.0</elevator-adj-factor>
|
||||
<integral-contribution type="float">0.005</integral-contribution>
|
||||
<zero-pitch-throttle type="float">0.0001</zero-pitch-throttle>
|
||||
<zero-pitch-trim-full-throttle type="float">0.0001</zero-pitch-trim-full-throttle>
|
||||
|
|
Loading…
Reference in a new issue