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>
|
||||
</signal>
|
||||
<signal>
|
||||
<type>float</type><property>/position/gear-agl-ft</property>
|
||||
<type>float</type>
|
||||
<property>/position/gear-agl-ft</property>
|
||||
</signal>
|
||||
<signal>
|
||||
<type>float</type>
|
||||
|
@ -49,6 +50,14 @@
|
|||
<type>float</type>
|
||||
<property>/engines/engine[1]/reverser-pos-norm</property>
|
||||
</signal>
|
||||
<signal>
|
||||
<type>float</type>
|
||||
<property>/controls/flight/elevator-fbw</property>
|
||||
</signal>
|
||||
<signal>
|
||||
<type>float</type>
|
||||
<property>/controls/flight/aileron-fbw</property>
|
||||
</signal>
|
||||
</signals>
|
||||
</config>
|
||||
|
||||
|
|
Reference in a new issue