mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
position_estimator_inav: fix function declaration
This commit is contained in:
parent
a1c9dc1f68
commit
1bbfb02430
@ -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);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user