change variable index in one variant of the measurement equation to disambiguate which variant will be used subsequently
This commit is contained in:
parent
cc5517dc68
commit
e214fd3f7b
@ -2151,7 +2151,7 @@
|
||||
"\n",
|
||||
"To make it clearer, suppose that the wheel reports not position but the number of rotations of the wheels, where 1 revolution yields 2 meters of travel. In that case we would write\n",
|
||||
"\n",
|
||||
"$$ \\begin{bmatrix}z_{wheel} \\\\ z_{ps}\\end{bmatrix} = \\begin{bmatrix}0.5 &0 \\\\ 1& 0\\end{bmatrix} \\begin{bmatrix}x \\\\ \\dot x\\end{bmatrix}$$\n",
|
||||
"$$ \\begin{bmatrix}z_{rot} \\\\ z_{ps}\\end{bmatrix} = \\begin{bmatrix}0.5 &0 \\\\ 1& 0\\end{bmatrix} \\begin{bmatrix}x \\\\ \\dot x\\end{bmatrix}$$\n",
|
||||
"\n",
|
||||
"Now we have to design the measurement noise matrix $\\mathbf R$. Suppose that the measurement variance for the position is twice the variance of the wheel, and the standard deviation of the wheel is 1.5 meters. That gives us\n",
|
||||
"\n",
|
||||
|
Loading…
Reference in New Issue
Block a user