Locationd process noise typo (#20085)

old-commit-hash: 9e746c6dd8
commatwo_master
HaraldSchafer 5 years ago committed by GitHub
parent e484afae16
commit a1d6e4f9f0
  1. 2
      selfdrive/locationd/models/live_kf.py

@ -57,7 +57,7 @@ class LiveKalman():
# process noise
Q = np.diag([0.03**2, 0.03**2, 0.03**2,
0.001**2, 0.001*2, 0.001**2,
0.001**2, 0.001**2, 0.001**2,
0.01**2, 0.01**2, 0.01**2,
0.1**2, 0.1**2, 0.1**2,
(0.005 / 100)**2, (0.005 / 100)**2, (0.005 / 100)**2,

Loading…
Cancel
Save