Revert ecef std until real fix (#22982)

* too low

* update refs

Co-authored-by: Harald Schafer <harald.the.engineer@gmail.com>
pull/22987/head
Vivek Aithal 3 years ago committed by GitHub
parent 80940b9844
commit 94d59314e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      selfdrive/locationd/models/live_kf.py
  2. 2
      selfdrive/test/process_replay/ref_commit

@ -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
Loading…
Cancel
Save