mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-26 16:30:07 +08:00
CHG correct mag ID for cyclone and nederdrone (#2772)
This commit is contained in:
@@ -201,6 +201,11 @@
|
||||
|
||||
<!--Switch advanced INDI scheduling functions on or off-->
|
||||
<define name="INDI_FUNCTIONS_RC_CHANNEL" value="6"/>
|
||||
|
||||
<!-- Use the external mag (not in NPS target as then it needs to listen to all) -->
|
||||
<define name="INS_FINV_MAG_ID" value="MAG_HMC58XX_SENDER_ID"/>
|
||||
<define name="INS_EKF2_MAG_ID" value="MAG_HMC58XX_SENDER_ID"/>
|
||||
<define name="AHRS_ICQ_MAG_ID" value="MAG_HMC58XX_SENDER_ID"/>
|
||||
</target>
|
||||
|
||||
<target name="nps" board="pc">
|
||||
@@ -316,11 +321,10 @@
|
||||
<!--</module>-->
|
||||
|
||||
<!--<module name="ins"/>-->
|
||||
<module name="ins" type="ekf2"/>
|
||||
<!--<module name="ins" type="float_invariant">-->
|
||||
<!--<define name="INS_PROPAGATE_FREQUENCY" value="500"/>-->
|
||||
<!--<define name="INS_FINV_MAG_ID" value="MAG_HMC58XX_SENDER_ID"/>-->
|
||||
<!--</module>-->
|
||||
<!-- <module name="ins" type="ekf2"/> -->
|
||||
<module name="ins" type="float_invariant">
|
||||
<define name="INS_PROPAGATE_FREQUENCY" value="500"/>
|
||||
</module>
|
||||
|
||||
</firmware>
|
||||
</airframe>
|
||||
|
||||
@@ -43,6 +43,9 @@
|
||||
<define name="RADIO_FMODE" value="RADIO_AUX2"/> <!-- Throttle curve select -->
|
||||
<define name="RADIO_FBW_MODE" value="RADIO_AUX3"/> <!-- Switch between AP and FBW control -->
|
||||
<define name="RADIO_KILL_SWITCH" value="RADIO_AUX1"/>
|
||||
|
||||
<!-- Use the external mag (not in NPS target as then it needs to listen to all) -->
|
||||
<define name="INS_EKF2_MAG_ID" value="MAG_LIS3MDL_SENDER_ID"/>
|
||||
</target>
|
||||
|
||||
<target name="nps" board="pc">
|
||||
|
||||
@@ -44,6 +44,9 @@
|
||||
<define name="RADIO_FMODE" value="RADIO_AUX2"/> <!-- Throttle curve select -->
|
||||
<define name="RADIO_FBW_MODE" value="RADIO_AUX3"/> <!-- Switch between AP and FBW control -->
|
||||
<define name="RADIO_KILL_SWITCH" value="RADIO_AUX1"/>
|
||||
|
||||
<!-- Use the external mag (not in NPS target as then it needs to listen to all) -->
|
||||
<define name="INS_EKF2_MAG_ID" value="MAG_LIS3MDL_SENDER_ID"/>
|
||||
</target>
|
||||
|
||||
<target name="nps" board="pc">
|
||||
|
||||
Reference in New Issue
Block a user