Control: Fix bug with invalid FDM
This commit is contained in:
parent
d07b892737
commit
6fd8a92b2f
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ pitch-limit-min
|
||||||
</condition>
|
</condition>
|
||||||
<property>/fdm/yasim/gross-weight-lbs</property>
|
<property>/fdm/yasim/gross-weight-lbs</property>
|
||||||
</input>
|
</input>
|
||||||
<input>5</input> <!-- Halfway, if you're using some weird FDM! -->
|
<input>50000</input> <!-- Halfway, if you're using some weird FDM! -->
|
||||||
<output>/autopilot/internal/gain-factor</output>
|
<output>/autopilot/internal/gain-factor</output>
|
||||||
<min>1</min>
|
<min>1</min>
|
||||||
<max>10</max>
|
<max>10</max>
|
||||||
|
|
Loading…
Reference in a new issue