mirror of
https://github.com/MoreTore/openpilot.git
synced 2026-08-03 16:49:33 +08:00
@@ -46,8 +46,8 @@ class CarKalman():
|
||||
|
||||
# process noise
|
||||
Q = np.diag([
|
||||
(.05/100)**2,
|
||||
.0001**2,
|
||||
(.05/10)**2,
|
||||
.01**2,
|
||||
math.radians(0.0001)**2,
|
||||
math.radians(0.1)**2,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user