mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-07 22:52:06 +08:00
IMPORTANT CHECK
old-commit-hash: 871d5b3c9929690be35c4b61529037e1f4a684b0
This commit is contained in:
@@ -159,6 +159,7 @@ class EKF_sym():
|
||||
self.dim_err = P_initial.shape[0]
|
||||
assert dim_main + dim_augment*N == self.dim_x
|
||||
assert dim_main_err + dim_augment_err*N == self.dim_err
|
||||
assert Q.shape == P_initial.shape
|
||||
|
||||
# kinds that should get mahalanobis distance
|
||||
# tested for outlier rejection
|
||||
|
||||
Reference in New Issue
Block a user