1
0
Fork 0
mirror of https://github.com/iNavFlight/inav.git synced 2025-07-13 11:29:56 +03:00

Update GPS_fix_estimation.md

This commit is contained in:
Roman Lut 2023-08-04 03:34:29 +03:00 committed by GitHub
parent 5eb46f5328
commit 8b1330c438
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -33,7 +33,7 @@ To navigate without GPS fix, we make the following assumptions:
- plane is flying in the direction where nose is pointing - plane is flying in the direction where nose is pointing
- (if pitot tube is not installed) plane is flying with constant airspeed, specified in settings - (if pitot tube is not installed) plane is flying with constant airspeed, specified in settings
It is posible to roughtly estimate position using these 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). 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 **roughtly** estimate it's position. From estimated heading direction and speed, plane is able to **roughtly** estimate it's position.