-
Notifications
You must be signed in to change notification settings - Fork 319
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
Kalman Location Engine #54
Comments
With |
hey @danesfeder!
Do i understand you right, that a kalman filter is not required client side / on mobile device? I'm looking for smooth location transitions and a proper "location estimation" while in navigation mode and If this is the case, can you suggest a different approach for that problem? |
Hey @Ohemgi 👋 you are correct here - the SDK will ingest the raw locations and filter / snap them (returning in
We have actually been working on better prediction / projection of the snapped locations returned. Do you mind providing which version of the SDK you've been testing? Thanks! |
Hey @danesfeder Thanks for the reply on this. Im currently on |
@Ohemgi these improvements were made in |
@danesfeder ill check that out and comment later on the improvements. Thanks for the hint! |
@danesfeder sorry for putting this request here, but since you are tracking the sdk changes i think you might be the correct one beeing asked 😈 : But one "blocking" thing came up for me: Without any further changes (except the dep update) the routeProgress object, raised by the navigation in Thanks in advance, Ben |
@Ohemgi could you cut a separate ticket for this new question? Looks like a regression worth looking into. |
Hey @Ohemgi have started progressing along the route when you're seeing this behavior? How are you testing the SDK in this scenario? In Now when the route starts, we should provide full route duration / distance values rather than 0. This will be fixed in our If this doesn't fix your issue, as @zugaldia mentioned, please open a ticket and we will investigate further. Thanks! |
Hey @danesfeder , ok, i was already about creating an issue, but your suggestion sounds like it could directly adress my problem @danesfeder 👍 😄 I'll check the snapshot build and comment on the results after doing so. Thanks for your participation on that behavior! Edit:
I'm testing it on an android 7 device with mocked locations. I see this behavior on startup. Since i check for certain distance-progressions, they fail due to the zero-values Br, Ben |
Hey @Guardiola31337 👋 nice! thanks for the update on this. I updated to |
Sweet! Thanks for the update @Ohemgi 🙏 |
In order to better control when location updates occur, a Kalman filter can be used to force location updates between real GPS updates.
cc: @zugaldia
The text was updated successfully, but these errors were encountered: