aboutsummaryrefslogtreecommitdiff
path: root/src/modules/fw_att_pos_estimator/fw_att_pos_estimator_main.cpp
diff options
context:
space:
mode:
authorLorenz Meier <lm@inf.ethz.ch>2014-02-23 15:59:56 -0800
committerLorenz Meier <lm@inf.ethz.ch>2014-02-23 15:59:56 -0800
commitb36bf7b17e4827465d1d543a00ea3898813c77ea (patch)
tree69c128d390abf1bb58a38e9e33584724c4b3b92d /src/modules/fw_att_pos_estimator/fw_att_pos_estimator_main.cpp
parent57df53d27c5f910cbff0d2fb803df0ef30ce5fc7 (diff)
downloadpx4-firmware-b36bf7b17e4827465d1d543a00ea3898813c77ea.tar.gz
px4-firmware-b36bf7b17e4827465d1d543a00ea3898813c77ea.tar.bz2
px4-firmware-b36bf7b17e4827465d1d543a00ea3898813c77ea.zip
Removed gravity and on ground check hardcoded testing values
Diffstat (limited to 'src/modules/fw_att_pos_estimator/fw_att_pos_estimator_main.cpp')
-rw-r--r--src/modules/fw_att_pos_estimator/fw_att_pos_estimator_main.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/modules/fw_att_pos_estimator/fw_att_pos_estimator_main.cpp b/src/modules/fw_att_pos_estimator/fw_att_pos_estimator_main.cpp
index 95549ad21..38162959d 100644
--- a/src/modules/fw_att_pos_estimator/fw_att_pos_estimator_main.cpp
+++ b/src/modules/fw_att_pos_estimator/fw_att_pos_estimator_main.cpp
@@ -735,7 +735,6 @@ FixedwingEstimator::task_main()
StoreStates(IMUmsec);
// Check if on ground - status is used by covariance prediction
OnGroundCheck();
- onGround = false;
// sum delta angles and time used by covariance prediction
summedDelAng = summedDelAng + correctedDelAng;
summedDelVel = summedDelVel + dVelIMU;