mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-01-30 15:52:12 +01:00
Updating INS Pos/Vel variance includes the vertical velocity
This commit is contained in:
parent
b71e9fc9dc
commit
6e215bd029
@ -183,7 +183,7 @@ void INSSetPosVelVar(float PosVar, float VelVar)
|
|||||||
R[2] = PosVar;
|
R[2] = PosVar;
|
||||||
R[3] = VelVar;
|
R[3] = VelVar;
|
||||||
R[4] = VelVar;
|
R[4] = VelVar;
|
||||||
// R[5] = PosVar; // Don't change vertical velocity, not measured
|
R[5] = PosVar; // Don't change vertical velocity, not measured
|
||||||
}
|
}
|
||||||
|
|
||||||
void INSSetGyroBias(float gyro_bias[3])
|
void INSSetGyroBias(float gyro_bias[3])
|
||||||
|
@ -170,7 +170,7 @@ void INSSetPosVelVar(float PosVar, float VelVar)
|
|||||||
R[2] = PosVar;
|
R[2] = PosVar;
|
||||||
R[3] = VelVar;
|
R[3] = VelVar;
|
||||||
R[4] = VelVar;
|
R[4] = VelVar;
|
||||||
// R[5] = PosVar; // Don't change vertical velocity, not measured
|
R[5] = PosVar; // Don't change vertical velocity, not measured
|
||||||
}
|
}
|
||||||
|
|
||||||
void INSSetGyroBias(float gyro_bias[3])
|
void INSSetGyroBias(float gyro_bias[3])
|
||||||
|
Loading…
x
Reference in New Issue
Block a user