locationd: Gyro bias initial covariance (#22622)

* reduce cam odo std multiplier

* increase gyro obs noise

* increase initial cov for gyro bias
pull/22666/head
Vivek Aithal 4 years ago committed by GitHub
parent cd5bc565d3
commit 2006aa412e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      selfdrive/locationd/models/live_kf.py

@ -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])

Loading…
Cancel
Save