mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-22 09:28:58 +00:00
position_estimator_inav: fix function declaration
This commit is contained in:
@@ -8,6 +8,6 @@
|
||||
#include <stdbool.h>
|
||||
#include <drivers/drv_hrt.h>
|
||||
|
||||
void inertial_filter_predict(float dt, float x[3], float acc);
|
||||
void inertial_filter_predict(float dt, float x[2], float acc);
|
||||
|
||||
void inertial_filter_correct(float e, float dt, float x[3], int i, float w);
|
||||
void inertial_filter_correct(float e, float dt, float x[2], int i, float w);
|
||||
|
||||
Reference in New Issue
Block a user