aboutsummaryrefslogtreecommitdiff
path: root/src/modules/ekf_att_pos_estimator/estimator_22states.cpp
diff options
context:
space:
mode:
authorJohan Jansen <jnsn.johan@gmail.com>2015-02-12 13:55:03 +0100
committerJohan Jansen <jnsn.johan@gmail.com>2015-02-12 13:55:03 +0100
commita8c298c77260b496b2b04ba9348ce351086c68c1 (patch)
tree7cbd282e86c91d81f1b22edce54a181ec189922c /src/modules/ekf_att_pos_estimator/estimator_22states.cpp
parent755abccb3ea22ecf6f919e0b5279036f075702d8 (diff)
downloadpx4-firmware-a8c298c77260b496b2b04ba9348ce351086c68c1.tar.gz
px4-firmware-a8c298c77260b496b2b04ba9348ce351086c68c1.tar.bz2
px4-firmware-a8c298c77260b496b2b04ba9348ce351086c68c1.zip
AttPosEKF: Remove unused gps accel estimation
Diffstat (limited to 'src/modules/ekf_att_pos_estimator/estimator_22states.cpp')
-rw-r--r--src/modules/ekf_att_pos_estimator/estimator_22states.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/modules/ekf_att_pos_estimator/estimator_22states.cpp b/src/modules/ekf_att_pos_estimator/estimator_22states.cpp
index 47706c37b..e912e699e 100644
--- a/src/modules/ekf_att_pos_estimator/estimator_22states.cpp
+++ b/src/modules/ekf_att_pos_estimator/estimator_22states.cpp
@@ -111,7 +111,6 @@ AttPosEKF::AttPosEKF() :
innovVelPos{},
varInnovVelPos{},
velNED{},
- accelGPSNED{},
posNE{},
hgtMea(0.0f),
baroHgtOffset(0.0f),