From 09f6a0c697420cb35ea045da028b4de121555ba7 Mon Sep 17 00:00:00 2001 From: sys512 <145368759+sys512@users.noreply.github.com> Date: Tue, 9 Jan 2024 06:59:17 +0200 Subject: [PATCH] Update GPS_fix_estimation.md Fix spelling mistakes --- docs/GPS_fix_estimation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/GPS_fix_estimation.md b/docs/GPS_fix_estimation.md index d8175549d3..5d11e62609 100644 --- a/docs/GPS_fix_estimation.md +++ b/docs/GPS_fix_estimation.md @@ -35,11 +35,11 @@ To navigate without GPS fix, we make the following assumptions: It is possible to roughly estimate position using theese assumptions. To increase accuracy, plane will use information about wind direction and speed, estimated before GPS fix was lost. To increase groundspeed estimation accuracy, plane will use pitot tube data(if available). -From estimated heading direction and speed, plane is able to **roughty** estimate it's position. +From estimated heading direction and speed, plane is able to **roughly** estimate it's position. It is assumed, that plane will fly in roughly estimated direction to home position untill either GPS fix or RC signal is recovered. -*Plane has to aquire GPS fix and store home position before takeoff. Estimation completely without GPS fix will not work*. +*Plane has to acquire GPS fix and store home position before takeoff. Estimation completely without GPS fix will not work*. # Estimation without magnethometer