ekf: change the name of estimatorr interface class

This commit is contained in:
bugobliterator 2016-01-31 00:07:55 -08:00 committed by Roman
parent 92f0032475
commit 04ad8ca594

View File

@ -180,7 +180,7 @@ private:
control::BlockParamFloat *_requiredHdrift; // maximum acceptable horizontal drift speed (m/s)
control::BlockParamFloat *_requiredVdrift; // maximum acceptable vertical drift speed (m/s)
EstimatorBase *_ekf;
EstimatorInterface *_ekf;
int update_subscriptions();