mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-08-21 08:14:00 +08:00
better values
old-commit-hash: 109ba298b118e79644c7513eed6d08ace00abf83
This commit is contained in:
@@ -97,8 +97,8 @@ class LocKalman():
|
||||
|
||||
# process noise
|
||||
Q = np.diag([0.03**2, 0.03**2, 0.03**2,
|
||||
0.0**2, 0.0**2, 0.0**2,
|
||||
0.0**2, 0.0**2, 0.0**2,
|
||||
0.0005**2, 0.001**2, 0.0005**2,
|
||||
0.001**2, 0.001**2, 0.001**2,
|
||||
0.1**2, 0.1**2, 0.1**2,
|
||||
(.1)**2, (0.0)**2,
|
||||
(0.005 / 100)**2, (0.005 / 100)**2, (0.005 / 100)**2,
|
||||
|
||||
Reference in New Issue
Block a user