diff --git a/conf/airframes/tudelft/disco.xml b/conf/airframes/tudelft/disco.xml index dd3f57cae1..a6533f37af 100644 --- a/conf/airframes/tudelft/disco.xml +++ b/conf/airframes/tudelft/disco.xml @@ -8,16 +8,24 @@ + + + + + + + + @@ -26,6 +34,9 @@ + + + @@ -126,6 +137,12 @@ + + +
+ +
+
@@ -184,15 +201,15 @@ - - + + - + - + diff --git a/sw/airborne/modules/ahrs/ahrs_float_dcm.c b/sw/airborne/modules/ahrs/ahrs_float_dcm.c index a866c4712e..c23f2a9d10 100644 --- a/sw/airborne/modules/ahrs/ahrs_float_dcm.c +++ b/sw/airborne/modules/ahrs/ahrs_float_dcm.c @@ -228,7 +228,6 @@ void ahrs_dcm_update_accel(struct FloatVect3 *accel) void ahrs_dcm_update_mag(struct FloatVect3 *mag) { #if USE_MAGNETOMETER -MESSAGE("MAGNETOMETER FEEDBACK NOT TESTED YET") float cos_roll; float sin_roll;