mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-06-06 07:53:43 +08:00
updaded all airframe files to set IR neutrals in radians
This commit is contained in:
@@ -109,8 +109,8 @@
|
||||
<define name="IR2_SIGN" value="1"/>
|
||||
<define name="TOP_SIGN" value="1"/>
|
||||
|
||||
<define name="ROLL_NEUTRAL_DEFAULT" value="2." unit="deg"/>
|
||||
<define name="PITCH_NEUTRAL_DEFAULT" value="2." unit="deg"/>
|
||||
<define name="ROLL_NEUTRAL_DEFAULT" value="RadOfDeg(2.)" unit="deg"/>
|
||||
<define name="PITCH_NEUTRAL_DEFAULT" value="RadOfDeg(2.)" unit="deg"/>
|
||||
</section>
|
||||
|
||||
<!-- Gyro sensitivity : -->
|
||||
|
||||
Reference in New Issue
Block a user