Fix AP not working after FBW update
This commit is contained in:
parent
9daaabb153
commit
f0721fdd03
1 changed files with 15 additions and 0 deletions
|
@ -170,6 +170,21 @@
|
||||||
</sum>
|
</sum>
|
||||||
</expression>
|
</expression>
|
||||||
</input>
|
</input>
|
||||||
|
<input>
|
||||||
|
<condition>
|
||||||
|
<or>
|
||||||
|
<equals>
|
||||||
|
<property>/it-autoflight/output/ap1</property>
|
||||||
|
<value>1</value>
|
||||||
|
</equals>
|
||||||
|
<equals>
|
||||||
|
<property>/it-autoflight/output/ap2</property>
|
||||||
|
<value>1</value>
|
||||||
|
</equals>
|
||||||
|
</or>
|
||||||
|
</condition>
|
||||||
|
<property>/it-autoflight/internal/elevator-cmd</property>
|
||||||
|
</input>
|
||||||
<input>/controls/flight/elevator</input>
|
<input>/controls/flight/elevator</input>
|
||||||
<output>/controls/flight/elevator-input</output>
|
<output>/controls/flight/elevator-input</output>
|
||||||
<max-rate-of-change>2.0</max-rate-of-change>
|
<max-rate-of-change>2.0</max-rate-of-change>
|
||||||
|
|
Reference in a new issue