locationd: Gyro bias initial covariance (#22622)

* reduce cam odo std multiplier

* increase gyro obs noise

* increase initial cov for gyro bias
old-commit-hash: 2006aa412e
commatwo_master
Vivek Aithal 4 years ago committed by GitHub
parent 1dc45f978d
commit b150ceffa4
  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,
10**2, 10**2, 10**2, 10**2, 10**2, 10**2,
1**2, 1**2, 1**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, 0.02**2,
1**2, 1**2, 1**2, 1**2, 1**2, 1**2,
(0.01)**2, (0.01)**2, (0.01)**2]) (0.01)**2, (0.01)**2, (0.01)**2])

Loading…
Cancel
Save