mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-06-28 18:12:05 +08:00
locationd: Gyro bias initial covariance (#22622)
* reduce cam odo std multiplier * increase gyro obs noise * increase initial cov for gyro bias old-commit-hash: 2006aa412e9eeac59036805dee1dde65d4e9522e
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