aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLorenz Meier <lm@inf.ethz.ch>2014-11-22 15:46:51 +0100
committerLorenz Meier <lm@inf.ethz.ch>2014-11-22 15:46:51 +0100
commit7bed194f4a217835b78f89c9e8399e1c946ca579 (patch)
tree9688bdda6124e171a5f4e71542d25b3a45601e81 /src
parentb2671c8f058fae56c468b68d3185bfc1e8626710 (diff)
downloadpx4-firmware-7bed194f4a217835b78f89c9e8399e1c946ca579.tar.gz
px4-firmware-7bed194f4a217835b78f89c9e8399e1c946ca579.tar.bz2
px4-firmware-7bed194f4a217835b78f89c9e8399e1c946ca579.zip
EKF: less verbose
Diffstat (limited to 'src')
-rwxr-xr-xsrc/modules/attitude_estimator_ekf/attitude_estimator_ekf_main.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/modules/attitude_estimator_ekf/attitude_estimator_ekf_main.cpp b/src/modules/attitude_estimator_ekf/attitude_estimator_ekf_main.cpp
index 35dc39ec6..e2dbc30dd 100755
--- a/src/modules/attitude_estimator_ekf/attitude_estimator_ekf_main.cpp
+++ b/src/modules/attitude_estimator_ekf/attitude_estimator_ekf_main.cpp
@@ -206,10 +206,6 @@ const unsigned int loop_interval_alarm = 6500; // loop interval in microseconds
0, 0, 1.f
}; /**< init: identity matrix */
- // print text
- printf("Extended Kalman Filter Attitude Estimator initialized..\n\n");
- fflush(stdout);
-
int overloadcounter = 19;
/* Initialize filter */