mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-06-07 00:53:41 +08:00
ALT_KALMAN matrix downlinked only if DEBUG_ALT_KALMAN is set
This commit is contained in:
@@ -201,7 +201,9 @@ void alt_kalman(float gps_z) {
|
||||
p[1][1] = -p[0][1]*k_1+p[1][1];
|
||||
}
|
||||
|
||||
#ifdef DEBUG_ALT_KALMAN
|
||||
DOWNLINK_SEND_ALT_KALMAN(&(p[0][0]),&(p[0][1]),&(p[1][0]), &(p[1][1]));
|
||||
#endif
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user