Return avg angle offset

old-commit-hash: 8db89a6b04
commatwo_master
Willem Melching 5 years ago
parent d78759fd80
commit 548c4a805e
  1. 2
      selfdrive/locationd/kalman/models/car_kf.py

@ -48,7 +48,7 @@ class CarKalman():
Q = np.diag([ Q = np.diag([
(.05/100)**2, (.05/100)**2,
.01**2, .01**2,
math.radians(0.0001)**2, math.radians(0.002)**2,
math.radians(0.1)**2, math.radians(0.1)**2,
.1**2, .01**2, .1**2, .01**2,

Loading…
Cancel
Save