mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-06-05 15:30:08 +08:00
updaded all airframe files to set IR neutrals in radians
This commit is contained in:
@@ -70,8 +70,8 @@
|
||||
<define name="LONGITUDINAL_CORRECTION" value="1."/>
|
||||
<define name="VERTICAL_CORRECTION" value="1."/>
|
||||
|
||||
<define name="ROLL_NEUTRAL_DEFAULT" value="-6" unit="deg"/>
|
||||
<define name="PITCH_NEUTRAL_DEFAULT" value="12" unit="deg"/>
|
||||
<define name="ROLL_NEUTRAL_DEFAULT" value="RadOfDeg(-6)" unit="deg"/>
|
||||
<define name="PITCH_NEUTRAL_DEFAULT" value="RadOfDeg(12)" unit="deg"/>
|
||||
|
||||
<define name="CORRECTION_UP" value="1."/>
|
||||
<define name="CORRECTION_DOWN" value="1."/>
|
||||
|
||||
Reference in New Issue
Block a user