Merge pull request #402 from jdavidberger/master
Update 11-Extended-Kalman-Filters.ipynb
This commit is contained in:
commit
f968e9c2bb
@ -1157,7 +1157,7 @@
|
||||
" V = array(self.V_j.evalf(subs=self.subs)).astype(float)\n",
|
||||
"\n",
|
||||
" # covariance of motion noise in control space\n",
|
||||
" M = array([[self.std_vel*u[0]**2, 0], \n",
|
||||
" M = array([[self.std_vel**2, 0], \n",
|
||||
" [0, self.std_steer**2]])\n",
|
||||
"\n",
|
||||
" self.P = F @ self.P @ F.T + V @ M @ V.T\n",
|
||||
|
Loading…
Reference in New Issue
Block a user