mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-06-20 21:42:05 +08:00
Revert ecef std until real fix (#22982)
* too low * update refs Co-authored-by: Harald Schafer <harald.the.engineer@gmail.com>
This commit is contained in:
@@ -57,8 +57,8 @@ class LiveKalman():
|
||||
0, 0, 0])
|
||||
|
||||
# state covariance
|
||||
initial_P_diag = np.array([10**2, 10**2, 10**2,
|
||||
0.01**2, 0.01**2, 0.01**2,
|
||||
initial_P_diag = np.array([1e3**2, 1e3**2, 1e3**2,
|
||||
0.5**2, 0.5**2, 0.5**2,
|
||||
10**2, 10**2, 10**2,
|
||||
1**2, 1**2, 1**2,
|
||||
1**2, 1**2, 1**2,
|
||||
|
||||
@@ -1 +1 @@
|
||||
848bc88a069b182d6f50698dd785ba360915e8dc
|
||||
567866c06976f8f95fa7d1670b51d8723e663ea1
|
||||
Reference in New Issue
Block a user