Skip to content
Snippets Groups Projects
Commit 04ad8ca5 authored by bugobliterator's avatar bugobliterator Committed by Roman
Browse files

ekf: change the name of estimatorr interface class

parent 92f00324
No related branches found
No related tags found
No related merge requests found
......@@ -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();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment