Fix another typo in Chapter 8

This commit is contained in:
Tomas Barton 2018-05-04 10:24:33 -06:00
parent 7007bd2da1
commit f691512316

View File

@ -3269,7 +3269,7 @@
"The wheel sensor alters the velocity element of $\\mathbf x$, so we assign:\n",
"\n",
"$$\\begin{aligned}\n",
"\\mathbf H &= \\begin{bmatrix}1 &0\\end{bmatrix} \\\\\n",
"\\mathbf H &= \\begin{bmatrix}0 &1\\end{bmatrix} \\\\\n",
"\\mathbf R &= \\sigma_{wheel}^2\n",
"\\end{aligned}$$"
]