Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[GPS] Improve GPS resolution #5090

Open
wants to merge 8 commits into
base: mega
Choose a base branch
from

Conversation

TD-er
Copy link
Member

@TD-er TD-er commented Jul 19, 2024

GPS is one of the very few use cases, where the resolution of a float is not enough. A float only has a resolution of 6 decimals.
However, when you are located at a location where the latitude or longitude requires 2 or 3 decimal places to represent the degrees, not a lot of resolution is left to pinpoint the actual position.

Before this fix, the standard deviation of my position (53 degree North, 6 East) was about 15 - 20 meters on a stationary GPS module. With this fix, the standard deviation is about 5 meter for the same stationary GPS modules.

GPS is one of the very few use cases, where the resolution of a float is not enough.
A float only has a resolution of 6 decimals.
However, when you are located at a location where the latitude or longitude requires 2 or 3 decimal places to represent the degrees, not a lot of resolution is left to pinpoint the actual position.

Before this fix, the standard deviation of my position (53 degree North, 6 East) was about 15 - 20 meters on a stationary GPS module.
With this fix, the standard deviation is about 5 meter for the same stationary GPS modules.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant