aboutsummaryrefslogtreecommitdiff
path: root/src/modules/uORB/topics/estimator_status.h
diff options
context:
space:
mode:
authorLorenz Meier <lm@inf.ethz.ch>2014-03-24 09:35:47 +0100
committerLorenz Meier <lm@inf.ethz.ch>2014-03-24 09:35:47 +0100
commit0874507a44347d10e10606061c411f0b0129dc5b (patch)
tree7c2f0fcce2e0a6656a6fe37d66e3f514824c75ec /src/modules/uORB/topics/estimator_status.h
parentd64c861ef84c6f1539dbb7cb1e5a5fd11e9f2656 (diff)
downloadpx4-firmware-0874507a44347d10e10606061c411f0b0129dc5b.tar.gz
px4-firmware-0874507a44347d10e10606061c411f0b0129dc5b.tar.bz2
px4-firmware-0874507a44347d10e10606061c411f0b0129dc5b.zip
Added estimator status logging to sdlog2
Diffstat (limited to 'src/modules/uORB/topics/estimator_status.h')
-rw-r--r--src/modules/uORB/topics/estimator_status.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/modules/uORB/topics/estimator_status.h b/src/modules/uORB/topics/estimator_status.h
index 66ca03019..5530cdb21 100644
--- a/src/modules/uORB/topics/estimator_status.h
+++ b/src/modules/uORB/topics/estimator_status.h
@@ -67,7 +67,6 @@ struct estimator_status_report {
bool states_nan; /**< If set to true, one of the states is NaN */
bool covariance_nan; /**< If set to true, the covariance matrix went NaN */
bool kalman_gain_nan; /**< If set to true, the Kalman gain matrix went NaN */
- bool states_out_of_bounds; /**< If set to true, one of the states is out of bounds */
};