From aa7d48fa5b84259c43ff58e36ec6a5b5a9197f38 Mon Sep 17 00:00:00 2001 From: Peteski <38994044+YAOS5@users.noreply.github.com> Date: Wed, 29 Jan 2020 14:28:27 +1100 Subject: [PATCH] IMPROVEMENT: Fixed typo --- SLAM/FastSLAM1/FastSLAM1.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SLAM/FastSLAM1/FastSLAM1.ipynb b/SLAM/FastSLAM1/FastSLAM1.ipynb index 9ce48238..60faed6e 100644 --- a/SLAM/FastSLAM1/FastSLAM1.ipynb +++ b/SLAM/FastSLAM1/FastSLAM1.ipynb @@ -93,7 +93,7 @@ "metadata": {}, "source": [ "### 1- Predict\n", - "The following equations and code snippets we can see how the particles distribution evolves in case we provide only the control $(v,w)$, which are the linear and angular velocity repsectively. \n", + "The following equations and code snippets we can see how the particles distribution evolves in case we provide only the control $(v,w)$, which are the linear and angular velocity respectively. \n", "\n", "$\\begin{equation*}\n", "F=\n", @@ -668,7 +668,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.6.1" + "version": "3.7.5" } }, "nbformat": 4,