-
Notifications
You must be signed in to change notification settings - Fork 1
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 jumped around #114
Comments
I see that happening quite frequently with other geo-apps, so it's not our fault. |
Yes, things like that can happen. Geopositioning accuracy depends on multiple factors. We could determine the standard location, but the logic to accept or disregard the change is not so simple. Example: no new positioning information was received for 3 minutes and the difference could be a few hundred meters. This one is just from the top of my head, there are surely many more factors. We just need to consider sane possibilities.
…Sent from my iPhone
On 19 May 2017, at 11:51, Kai-Mikael Jää-Aro ***@***.***> wrote:
I see that happening quite frequently with other geo-apps, so it's not our fault.
One work-around would be to filter positions, so that readings that bounce away like that are discarded.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Usually Kalman filters are recommended for smoothing out noise like this, but I'm not sure what the behaviour will be with a time constant of several minutes. |
During the testing at Skansen 16/5, we experienced that the GPS position was jumping back-and-forth:
Is this purely due to connection issues to Google Maps, or can it be caused by something on SmartZoos'/our end?
Discovered on:
iPhone 7 Plus
Samsung Galaxy J5, 6.0.1
The text was updated successfully, but these errors were encountered: