Locationd process noise typo (#20085)

pull/20088/head
HaraldSchafer 4 years ago committed by GitHub
parent 156f9273fc
commit 9e746c6dd8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  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