mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-06-04 22:17:01 +08:00
Revert "set unit to rad for PITCH_NEUTRAL_DEFAULT and ROLL_NEUTRAL_DEFAULT"
Not needed since unit="deg" is automatically converted to radians now
This reverts commit 6a7a0bbae5.
This commit is contained in:
@@ -72,8 +72,8 @@
|
||||
<define name="LONGITUDINAL_CORRECTION" value="1.0039999485"/>
|
||||
<define name="VERTICAL_CORRECTION" value="1.5"/>
|
||||
|
||||
<define name="ROLL_NEUTRAL_DEFAULT" value="RadOfDeg(-6.47442293167)" unit="rad"/>
|
||||
<define name="PITCH_NEUTRAL_DEFAULT" value="RadOfDeg(12.261297226)" unit="rad"/>
|
||||
<define name="ROLL_NEUTRAL_DEFAULT" value="RadOfDeg(-6.47442293167)" unit="deg"/>
|
||||
<define name="PITCH_NEUTRAL_DEFAULT" value="RadOfDeg(12.261297226)" unit="deg"/>
|
||||
|
||||
<define name="CORRECTION_UP" value="1.0"/>
|
||||
<define name="CORRECTION_DOWN" value="1.0"/>
|
||||
|
||||
Reference in New Issue
Block a user