Copy edit of chapter 8.
Note fully done, still have to figure out what to do with the ball tracking code, and add a control example to the chapter.
This commit is contained in:
@@ -359,8 +359,6 @@ def plot_track(ps, zs, cov, std_scale=1,
|
||||
plot_P=True, y_lim=None,
|
||||
title='Kalman Filter'):
|
||||
|
||||
print(std_scale)
|
||||
|
||||
count = len(zs)
|
||||
actual = np.linspace(0, count - 1, count)
|
||||
cov = np.asarray(cov)
|
||||
|
||||
Reference in New Issue
Block a user