updaded all airframe files to set IR neutrals in radians

This commit is contained in:
Felix Ruess
2011-11-29 01:04:39 +01:00
parent 567a7e2563
commit 6b3c694a48
115 changed files with 237 additions and 237 deletions
+2 -2
View File
@@ -109,8 +109,8 @@
<define name="IR2_SIGN" value="-1"/>
<define name="TOP_SIGN" value="-1"/>
<define name="ROLL_NEUTRAL_DEFAULT" value="0" unit="deg"/>
<define name="PITCH_NEUTRAL_DEFAULT" value="0" unit="deg"/>
<define name="ROLL_NEUTRAL_DEFAULT" value="RadOfDeg(0)" unit="deg"/>
<define name="PITCH_NEUTRAL_DEFAULT" value="RadOfDeg(0)" unit="deg"/>
</section>
<section name="GYRO" prefix="GYRO_">