mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2024-11-29 07:24:13 +01:00
bugfix, use correct variance parameter on z velocity
This commit is contained in:
parent
f06439ecf5
commit
b97b0617aa
@ -183,7 +183,7 @@ void INSSetPosVelVar(float PosVar, float VelVar)
|
||||
R[2] = PosVar;
|
||||
R[3] = VelVar;
|
||||
R[4] = VelVar;
|
||||
R[5] = PosVar; // Don't change vertical velocity, not measured
|
||||
R[5] = VelVar;
|
||||
}
|
||||
|
||||
void INSSetGyroBias(float gyro_bias[3])
|
||||
|
Loading…
Reference in New Issue
Block a user