fix nonlinear system dynamics equations, x=f(x,u) rather than x=x+f(x,u)
This commit is contained in:
parent
a19043a6ad
commit
e6510ac579
@ -950,7 +950,7 @@
|
||||
"\n",
|
||||
"We model our system as a nonlinear motion model plus noise.\n",
|
||||
"\n",
|
||||
"$$\\bar x = x + f(x, u) + \\mathcal{N}(0, Q)$$\n",
|
||||
"$$\\bar x = f(x, u) + \\mathcal{N}(0, Q)$$\n",
|
||||
"\n",
|
||||
"\n",
|
||||
"\n",
|
||||
|
Loading…
Reference in New Issue
Block a user