Self_Driving_Car_specialization icon indicating copy to clipboard operation
Self_Driving_Car_specialization copied to clipboard

Covariance matrix is wrongly initialized in C2M1L2.

Open ehoxha91 opened this issue 4 years ago • 0 comments

It should be: P_k = np.array([[10.0, 0], [0, 0.2]])

ehoxha91 avatar Jun 22 '20 18:06 ehoxha91