Locationd process noise typo (#20085)

old-commit-hash: 9e746c6dd8aa5d282e3eaf9c896f0282981af102
This commit is contained in:
HaraldSchafer
2021-02-16 02:41:21 -08:00
committed by GitHub
parent e484afae16
commit a1d6e4f9f0
+1 -1
View File
@@ -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,