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

Rework LPS TDOA implementation to use previous message from an anchor as reference #165

Closed
krichardsson opened this issue Nov 23, 2016 · 0 comments
Milestone

Comments

@krichardsson
Copy link
Contributor

Right now we always use anchor 0 as the reference for TDOA measurements. That is very fragile as if anchor 0 is lost (or one message) that will make messages from all anchors useless until we get a good message from A0.
A better solution would be to use the previous message as a reference instead. As the anchors currently are broadcasting in a round robbin pattern it will currently give A0-A1, A1-A2, A2-A3 and so on. If the anchors are broadcasting in any other order that should be fine as well.

krichardsson added a commit that referenced this issue Nov 24, 2016
@krichardsson krichardsson modified the milestone: Next version Nov 28, 2016
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

No branches or pull requests

1 participant