ekf2: parameter cleanup

This commit is contained in:
tumbili
2016-01-22 10:53:16 +01:00
parent b6cf1b54f9
commit 93a9032f87

View File

@@ -72,7 +72,6 @@
#include <uORB/topics/vehicle_local_position.h>
#include <uORB/topics/control_state.h>
#include <uORB/topics/vehicle_global_position.h>
#include <uORB/topics/parameter_update.h>
#include <ecl/EKF/ekf.h>
@@ -162,9 +161,6 @@ private:
EstimatorBase *_ekf;
void update_parameters(bool force);
int update_subscriptions();
};