Skip to content

Commit 76061cb

Browse files
committed
update docs
1 parent 308019d commit 76061cb

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

Localization/extended_kalman_filter/extended_kalman_filter_localization.ipynb

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,14 +189,15 @@
189189
"\n",
190190
"$x_{t+1} = x_{Pred} + Ky$\n",
191191
"\n",
192-
"$P_{t+1} = ( I - K J_H) P_{Pred} $"
192+
"$P_{t+1} = ( I - K J_H) P_{Pred}$\n",
193+
"\n"
193194
]
194195
},
195196
{
196197
"cell_type": "markdown",
197198
"metadata": {},
198199
"source": [
199-
"### Ref\n",
200+
"### Ref:\n",
200201
"\n",
201202
"- [PROBABILISTIC\\-ROBOTICS\\.ORG](http://www.probabilistic-robotics.org/)"
202203
]

docs/modules/extended_kalman_filter_localization.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -129,9 +129,9 @@ Localization process using Extendted Kalman Filter:EKF is
129129

130130
:math:`x_{t+1} = x_{Pred} + Ky`
131131

132-
$P_{t+1} = ( I - K J_H) P_{Pred} $
132+
:math:`P_{t+1} = ( I - K J_H) P_{Pred}`
133133

134-
Ref
135-
~~~
134+
Ref:
135+
~~~~
136136

137137
- `PROBABILISTIC-ROBOTICS.ORG <http://www.probabilistic-robotics.org/>`__

0 commit comments

Comments
 (0)