The reported breakage of the hsi was caused by wrong lower limits.
This commit is contained in:
parent
ce753093a2
commit
c18a2b580a
1 changed files with 12 additions and 13 deletions
|
@ -93,14 +93,14 @@ Started 24-7-01 by Timothy Gale
|
||||||
<transformation>
|
<transformation>
|
||||||
<type>rotation</type>
|
<type>rotation</type>
|
||||||
<property>/orientation/heading-magnetic-deg</property>
|
<property>/orientation/heading-magnetic-deg</property>
|
||||||
<min>0.0</min>
|
<min>-360.0</min>
|
||||||
<max>360</max>
|
<max>360.0</max>
|
||||||
<scale>-1.0</scale>
|
<scale>-1.0</scale>
|
||||||
</transformation>
|
</transformation>
|
||||||
<transformation>
|
<transformation>
|
||||||
<type>rotation</type>
|
<type>rotation</type>
|
||||||
<property>/radios/nav[0]/radials/selected-deg</property>
|
<property>/radios/nav[0]/radials/selected-deg</property>
|
||||||
<min>0.0</min>
|
<min>-360.0</min>
|
||||||
<max>360.0</max>
|
<max>360.0</max>
|
||||||
<scale>1.0</scale>
|
<scale>1.0</scale>
|
||||||
</transformation>
|
</transformation>
|
||||||
|
@ -158,14 +158,14 @@ Started 24-7-01 by Timothy Gale
|
||||||
<transformation>
|
<transformation>
|
||||||
<type>rotation</type>
|
<type>rotation</type>
|
||||||
<property>/orientation/heading-magnetic-deg</property>
|
<property>/orientation/heading-magnetic-deg</property>
|
||||||
<min>0.0</min>
|
<min>-360.0</min>
|
||||||
<max>360</max>
|
<max>360.0</max>
|
||||||
<scale>-1.0</scale>
|
<scale>-1.0</scale>
|
||||||
</transformation>
|
</transformation>
|
||||||
<transformation>
|
<transformation>
|
||||||
<type>rotation</type>
|
<type>rotation</type>
|
||||||
<property>/radios/nav[0]/radials/selected-deg</property>
|
<property>/radios/nav[0]/radials/selected-deg</property>
|
||||||
<min>0.0</min>
|
<min>-360.0</min>
|
||||||
<max>360.0</max>
|
<max>360.0</max>
|
||||||
<scale>1.0</scale>
|
<scale>1.0</scale>
|
||||||
</transformation>
|
</transformation>
|
||||||
|
@ -187,15 +187,15 @@ Started 24-7-01 by Timothy Gale
|
||||||
<transformation>
|
<transformation>
|
||||||
<type>rotation</type>
|
<type>rotation</type>
|
||||||
<property>/orientation/heading-magnetic-deg</property>
|
<property>/orientation/heading-magnetic-deg</property>
|
||||||
<min>0.0</min>
|
<min>-360.0</min>
|
||||||
<max>360</max>
|
<max>360.0</max>
|
||||||
<scale>-1.0</scale>
|
<scale>-1.0</scale>
|
||||||
</transformation>
|
</transformation>
|
||||||
<transformation>
|
<transformation>
|
||||||
<type>rotation</type>
|
<type>rotation</type>
|
||||||
<property>/radios/nav[0]/radials/selected-deg</property>
|
<property>/radios/nav[0]/radials/selected-deg</property>
|
||||||
<min>0.0</min>
|
<min>-360.0</min>
|
||||||
<max>360</max>
|
<max>360.0</max>
|
||||||
<scale>1.0</scale>
|
<scale>1.0</scale>
|
||||||
</transformation>
|
</transformation>
|
||||||
<transformation>
|
<transformation>
|
||||||
|
@ -223,10 +223,9 @@ Started 24-7-01 by Timothy Gale
|
||||||
<transformations>
|
<transformations>
|
||||||
<transformation>
|
<transformation>
|
||||||
<type>rotation</type>
|
<type>rotation</type>
|
||||||
<!--set>45</offset-->
|
|
||||||
<property>/radios/kr-87/outputs/needle-deg</property>
|
<property>/radios/kr-87/outputs/needle-deg</property>
|
||||||
<min>-360</min>
|
<min>-360.0</min>
|
||||||
<max>360</max>
|
<max>360.0</max>
|
||||||
</transformation>
|
</transformation>
|
||||||
<transformation>
|
<transformation>
|
||||||
<type>x-shift</type>
|
<type>x-shift</type>
|
||||||
|
|
Loading…
Add table
Reference in a new issue