Add FBW Surface controls to FBW
This commit is contained in:
parent
1d0426f122
commit
00f7338b14
1 changed files with 10 additions and 1 deletions
|
@ -39,7 +39,8 @@
|
||||||
<property>/velocities/groundspeed-kt</property>
|
<property>/velocities/groundspeed-kt</property>
|
||||||
</signal>
|
</signal>
|
||||||
<signal>
|
<signal>
|
||||||
<type>float</type><property>/position/gear-agl-ft</property>
|
<type>float</type>
|
||||||
|
<property>/position/gear-agl-ft</property>
|
||||||
</signal>
|
</signal>
|
||||||
<signal>
|
<signal>
|
||||||
<type>float</type>
|
<type>float</type>
|
||||||
|
@ -49,6 +50,14 @@
|
||||||
<type>float</type>
|
<type>float</type>
|
||||||
<property>/engines/engine[1]/reverser-pos-norm</property>
|
<property>/engines/engine[1]/reverser-pos-norm</property>
|
||||||
</signal>
|
</signal>
|
||||||
|
<signal>
|
||||||
|
<type>float</type>
|
||||||
|
<property>/controls/flight/elevator-fbw</property>
|
||||||
|
</signal>
|
||||||
|
<signal>
|
||||||
|
<type>float</type>
|
||||||
|
<property>/controls/flight/aileron-fbw</property>
|
||||||
|
</signal>
|
||||||
</signals>
|
</signals>
|
||||||
</config>
|
</config>
|
||||||
|
|
||||||
|
|
Reference in a new issue