locationd: Gyro bias initial covariance (#22622)

* reduce cam odo std multiplier

* increase gyro obs noise

* increase initial cov for gyro bias
onroad-updated
Vivek Aithal 2021-10-22 21:00:01 -07:00 committed by GitHub
parent cd5bc565d3
commit 2006aa412e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ class LiveKalman():
10**2, 10**2, 10**2,
10**2, 10**2, 10**2,
1**2, 1**2, 1**2,
0.05**2, 0.05**2, 0.05**2,
1**2, 1**2, 1**2,
0.02**2,
1**2, 1**2, 1**2,
(0.01)**2, (0.01)**2, (0.01)**2])