mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-06-06 07:53:43 +08:00
Revert "updaded all airframe files to set IR neutrals in radians"
Not needed since unit="deg" is automatically converted to radians now
This reverts commit 6b3c694a48.
This commit is contained in:
@@ -86,8 +86,8 @@
|
||||
</section>
|
||||
|
||||
<section name="INS" prefix="INS_">
|
||||
<define name="ROLL_NEUTRAL_DEFAULT" value="RadOfDeg(0.)" unit="rad"/>
|
||||
<define name="PITCH_NEUTRAL_DEFAULT" value="RadOfDeg(0.)" unit="rad"/>
|
||||
<define name="ROLL_NEUTRAL_DEFAULT" value="0." unit="rad"/>
|
||||
<define name="PITCH_NEUTRAL_DEFAULT" value="0." unit="rad"/>
|
||||
</section>
|
||||
|
||||
<section name="BAT">
|
||||
|
||||
Reference in New Issue
Block a user