mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-10 03:42:09 +08:00
Retune stiffness
old-commit-hash: 9159a8d7011250503a7b4a8e9fdecf61e856de80
This commit is contained in:
@@ -46,7 +46,7 @@ class CarKalman():
|
||||
|
||||
# process noise
|
||||
Q = np.diag([
|
||||
(.05/10)**2,
|
||||
(.05/100)**2,
|
||||
.01**2,
|
||||
math.radians(0.0001)**2,
|
||||
math.radians(0.1)**2,
|
||||
|
||||
Reference in New Issue
Block a user