You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: