mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-06-05 15:30:08 +08:00
set unit to rad for PITCH_NEUTRAL_DEFAULT and ROLL_NEUTRAL_DEFAULT
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="RadOfDeg(0)" unit="deg"/>
|
||||
<define name="PITCH_NEUTRAL_DEFAULT" value="RadOfDeg(0)" unit="deg"/>
|
||||
<define name="ROLL_NEUTRAL_DEFAULT" value="RadOfDeg(0)" unit="rad"/>
|
||||
<define name="PITCH_NEUTRAL_DEFAULT" value="RadOfDeg(0)" unit="rad"/>
|
||||
</section>
|
||||
|
||||
<section name="GYRO" prefix="GYRO_">
|
||||
|
||||
Reference in New Issue
Block a user