fix nonlinear system dynamics equations, x=f(x,u) rather than x=x+f(x,u)

This commit is contained in:
Peter Schneider 2017-07-29 01:30:39 -07:00
parent a19043a6ad
commit e6510ac579

View File

@ -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",