mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-06-28 01:52:06 +08:00
Return avg angle offset
old-commit-hash: 8db89a6b04d7ff55eb2ac49eb2005ee0b5b9d03b
This commit is contained in:
@@ -48,7 +48,7 @@ class CarKalman():
|
||||
Q = np.diag([
|
||||
(.05/100)**2,
|
||||
.01**2,
|
||||
math.radians(0.0001)**2,
|
||||
math.radians(0.002)**2,
|
||||
math.radians(0.1)**2,
|
||||
|
||||
.1**2, .01**2,
|
||||
|
||||
Reference in New Issue
Block a user