mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-06-04 22:17:01 +08:00
use the new automatic conversion with unit="deg" to radians instead of RadOfDeg
This commit is contained in:
@@ -103,8 +103,8 @@
|
||||
</section>
|
||||
|
||||
<section name="INS" prefix="INS_">
|
||||
<define name="ROLL_NEUTRAL_DEFAULT" value="RadOfDeg(6.18794441223)" unit="rad"/>
|
||||
<define name="PITCH_NEUTRAL_DEFAULT" value="RadOfDeg(-6.87549352646)" unit="deg"/>
|
||||
<define name="ROLL_NEUTRAL_DEFAULT" value="6.18794441223" unit="deg"/>
|
||||
<define name="PITCH_NEUTRAL_DEFAULT" value="-6.87549352646" unit="deg"/>
|
||||
</section>
|
||||
|
||||
<section name="AUTO1" prefix="AUTO1_">
|
||||
|
||||
Reference in New Issue
Block a user