It's a interpolation challenge.
Localizer full scale deflection value -2.2 to 2.2
VOR full scale deflection value -10.0 to 10.0
I have it working (I think). I'll test fly it a few times to make sure.
<animation>
<type>translate</type>
<object-name>Needle_LOC</object-name>
<property>instrumentation/nav[0]/heading-needle-deflection</property>
<condition>
<property>instrumentation/nav[0]/nav-loc</property>
</condition>
<interpolation>
<entry><ind>-12.0</ind><dep>-0.0161</dep></entry>
<entry><ind>0.0</ind><dep>0.0</dep></entry>
<entry><ind>12.0</ind><dep>0.0161</dep></entry>
</interpolation>
<axis>
<x>0.0</x>
<y>1.0</y>
<z>0.0</z>
</axis>
</animation>
<animation>
<type>translate</type>
<object-name>Needle_LOC</object-name>
<property>instrumentation/nav[0]/heading-needle-deflection</property>
<condition>
<not>
<property>instrumentation/nav[0]/nav-loc</property>
</not>
</condition>
<interpolation>
<entry><ind>-2.2</ind><dep>-0.0161</dep></entry>
<entry><ind>0.0</ind><dep>0.0000</dep></entry>
<entry><ind>2.2</ind><dep>0.0161</dep></entry>
</interpolation>
<axis>
<x>0.0</x>
<y>1.0</y>
<z>0.0</z>
</axis>
</animation>
so Nav2 does both VOR and ILS, as is
742.35 [INFO]:nasal nav/power-btn {BOOL} = 0
Users browsing this forum: No registered users and 4 guests