mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-06-24 23:42:05 +08:00
Return avg angle offset
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