mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-22 01:12:31 +00:00
ekf: change the name of estimatorr interface class
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user