use the new automatic conversion with unit="deg" to radians instead of RadOfDeg

This commit is contained in:
Felix Ruess
2011-12-01 16:05:24 +01:00
parent e4bf595195
commit 16524fffda
11 changed files with 36 additions and 36 deletions
+2 -2
View File
@@ -103,8 +103,8 @@
</section>
<section name="INS" prefix="INS_">
<define name="ROLL_NEUTRAL_DEFAULT" value="RadOfDeg(6.18794441223)" unit="rad"/>
<define name="PITCH_NEUTRAL_DEFAULT" value="RadOfDeg(-6.87549352646)" unit="deg"/>
<define name="ROLL_NEUTRAL_DEFAULT" value="6.18794441223" unit="deg"/>
<define name="PITCH_NEUTRAL_DEFAULT" value="-6.87549352646" unit="deg"/>
</section>
<section name="AUTO1" prefix="AUTO1_">