Added Nas function that calculates distance and bearing to target.

This commit is contained in:
Meir Michanie
2016-07-08 18:13:15 +03:00
parent 5e6942fb36
commit 3e39eaedfa
12 changed files with 48 additions and 10 deletions
+6 -9
View File
@@ -305,12 +305,11 @@
<width>1</width>
<height>1</height>
<input>
<property>/orientation/heading-deg</property>
<property>/tracking/bearing</property>
<factor>1.0</factor>
</input>
<format>%3.2f</format>
<format>BRG %3.2f</format>
<halign>left</halign>
<prefix>BRG </prefix>
</label>
<label>
@@ -320,12 +319,11 @@
<width>1</width>
<height>1</height>
<input>
<property>/position/altitude-agl-ft</property>
<property>/tracking/rng-km</property>
<factor>1.0</factor>
</input>
<format>%3.4f</format>
<format>RNG %3.2f</format>
<halign>left</halign>
<prefix>RNG </prefix>
</label>
<label>
@@ -335,12 +333,11 @@
<width>1</width>
<height>1</height>
<input>
<property>/position/altitude-agl-ft</property>
<property>/tracking/rng-nml</property>
<factor>1.0</factor>
</input>
<format>%3.4f</format>
<format>RNG %3.2f</format>
<halign>left</halign>
<prefix>RNG </prefix>
</label>
<label>