mobile icon indicating copy to clipboard operation
mobile copied to clipboard

When streaming GPS, signal can jump all over the place

Open saberraz opened this issue 6 years ago • 3 comments

saberraz avatar Apr 24 '19 15:04 saberraz

We also noticed this, especially in mountain areas. Shouldn't streaming use only GPS location points that are within accuracy threshold? Comparing with some other solutions - it would be useful to have some sound warning when this happens. Users don't focus on app so much when using streaming...

dracic avatar May 22 '20 07:05 dracic

Screenshot_20210226-105725

dbicanicc avatar Feb 27 '21 15:02 dbicanicc

We can either fix it programmatically to smooth the data (https://en.wikipedia.org/wiki/Kalman_filter & https://stackoverflow.com/questions/1134579/smooth-gps-data) or add a threshold to ignore points outside certain accuracy.

saberraz avatar Feb 27 '21 19:02 saberraz