mirror of
https://github.com/AtsushiSakai/PythonRobotics.git
synced 2026-01-14 06:37:57 -05:00
update docs
This commit is contained in:
@@ -189,14 +189,15 @@
|
||||
"\n",
|
||||
"$x_{t+1} = x_{Pred} + Ky$\n",
|
||||
"\n",
|
||||
"$P_{t+1} = ( I - K J_H) P_{Pred} $"
|
||||
"$P_{t+1} = ( I - K J_H) P_{Pred}$\n",
|
||||
"\n"
|
||||
]
|
||||
},
|
||||
{
|
||||
"cell_type": "markdown",
|
||||
"metadata": {},
|
||||
"source": [
|
||||
"### Ref\n",
|
||||
"### Ref:\n",
|
||||
"\n",
|
||||
"- [PROBABILISTIC\\-ROBOTICS\\.ORG](http://www.probabilistic-robotics.org/)"
|
||||
]
|
||||
|
||||
@@ -129,9 +129,9 @@ Localization process using Extendted Kalman Filter:EKF is
|
||||
|
||||
:math:`x_{t+1} = x_{Pred} + Ky`
|
||||
|
||||
$P_{t+1} = ( I - K J_H) P_{Pred} $
|
||||
:math:`P_{t+1} = ( I - K J_H) P_{Pred}`
|
||||
|
||||
Ref
|
||||
~~~
|
||||
Ref:
|
||||
~~~~
|
||||
|
||||
- `PROBABILISTIC-ROBOTICS.ORG <http://www.probabilistic-robotics.org/>`__
|
||||
|
||||
Reference in New Issue
Block a user