Skip to content

Commit

Permalink
locationd: Gyro bias initial covariance (commaai#22622)
Browse files Browse the repository at this point in the history
* reduce cam odo std multiplier

* increase gyro obs noise

* increase initial cov for gyro bias
  • Loading branch information
nuwandavek authored and twilsonco committed Feb 14, 2022
1 parent 5d8d2c5 commit e8cc22b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion selfdrive/locationd/models/live_kf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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])
Expand Down

0 comments on commit e8cc22b

Please sign in to comment.