Browse Source

attitude_estimator_ekf: added missing include

sbg
Anton Babushkin 11 years ago
parent
commit
7372693fb9
  1. 1
      src/modules/attitude_estimator_ekf/attitude_estimator_ekf_params.c

1
src/modules/attitude_estimator_ekf/attitude_estimator_ekf_params.c

@ -40,6 +40,7 @@ @@ -40,6 +40,7 @@
*/
#include "attitude_estimator_ekf_params.h"
#include <math.h>
/* Extended Kalman Filter covariances */

Loading…
Cancel
Save