From 2fca7f3900baf4d3b5059f461498d97ee44ef84c Mon Sep 17 00:00:00 2001 From: Harald Schafer Date: Wed, 27 May 2020 17:11:11 -0700 Subject: [PATCH] Revert "better values" This reverts commit 7ac7e5f994b1e9311d50c595706dd92ca38f6205. old-commit-hash: 5a841c28560e79f613f1f4e2fcd72877bb42379d --- selfdrive/locationd/models/loc_kf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/selfdrive/locationd/models/loc_kf.py b/selfdrive/locationd/models/loc_kf.py index 9411265ac..f1834b14c 100755 --- a/selfdrive/locationd/models/loc_kf.py +++ b/selfdrive/locationd/models/loc_kf.py @@ -97,8 +97,8 @@ class LocKalman(): # process noise Q = np.diag([0.03**2, 0.03**2, 0.03**2, - 0.0005**2, 0.001**2, 0.0005**2, - 0.001**2, 0.001**2, 0.001**2, + 0.0**2, 0.0**2, 0.0**2, + 0.0**2, 0.0**2, 0.0**2, 0.1**2, 0.1**2, 0.1**2, (.1)**2, (0.0)**2, (0.005 / 100)**2, (0.005 / 100)**2, (0.005 / 100)**2,