Revert ecef std until real fix (#22982)

* too low

* update refs

Co-authored-by: Harald Schafer <harald.the.engineer@gmail.com>
old-commit-hash: 94d59314e2
commatwo_master
Vivek Aithal 3 years ago committed by GitHub
parent fc1954492b
commit 16d9fcbd80
  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