mirror of
https://github.com/iNavFlight/inav.git
synced 2025-07-13 19:40:27 +03:00
Merge pull request #9622 from sys512/patch-1
Update GPS_fix_estimation.md
This commit is contained in:
commit
93b6b10da0
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue