mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-06-29 01:00:35 +08:00
Merge branch 'paul_estimator' of github.com:PX4/Firmware into paul_estimator
This commit is contained in:
@@ -326,7 +326,7 @@ void CovariancePrediction()
|
||||
float SF[14];
|
||||
float SG[8];
|
||||
float SQ[11];
|
||||
float SPP[13];
|
||||
float SPP[13] = {0};
|
||||
float nextP[21][21];
|
||||
|
||||
// calculate covariance prediction process noise
|
||||
|
||||
Reference in New Issue
Block a user