mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-06-28 04:40:35 +08:00
More filter testing.
This commit is contained in:
@@ -22,6 +22,12 @@ int main()
|
||||
kalman_correct<float, 6, 5>(P, C, R, r, dx, beta);
|
||||
|
||||
dx.print();
|
||||
printf("beta: %g\n", beta);
|
||||
|
||||
float data_check[] = {0.5,1,1.5,2,2.5,0};
|
||||
Vector<float, n_x> dx_check(data_check);
|
||||
assert(dx == dx_check);
|
||||
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user