mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-06-20 21:42:05 +08:00
locationd: Gyro bias initial covariance (#22622)
* reduce cam odo std multiplier * increase gyro obs noise * increase initial cov for gyro bias
This commit is contained in:
@@ -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])
|
||||
|
||||
Reference in New Issue
Block a user