mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-03 11:00:35 +08:00
ekf2: output predictor updates
- merge OutputSample and outputVert - always check timestamps for any resets or corrections - output predictor no longer needs to be explicitly aligned - ekf2 only publish latest estimates if output predictor aligned - output predictor init immediately with EKF filter initialisation
This commit is contained in:
@@ -308,7 +308,7 @@ class MavrosMissionTest(MavrosTestCommon):
|
||||
self.assertTrue(res['pitch_error_std'] < 5.0, str(res))
|
||||
|
||||
# TODO: fix by excluding initial heading init and reset preflight
|
||||
self.assertTrue(res['yaw_error_std'] < 10.0, str(res))
|
||||
self.assertTrue(res['yaw_error_std'] < 13.0, str(res))
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
|
||||
Reference in New Issue
Block a user