-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Implement support for "TDoA 2.0" #251
Milestone
Comments
krichardsson
added a commit
that referenced
this issue
Aug 28, 2017
Difference in distance and basic anchor clock drift implemented. More or less the same functionality as the previous implementations. It might work for flight but has only been unit tested so far. Sequence numbers not used yet.
krichardsson
added a commit
that referenced
this issue
Aug 30, 2017
Only store diffs for between adjacent anchors to make the logged data easy to understand. Since the anchors round robin this will be the most common case.
krichardsson
added a commit
that referenced
this issue
Aug 31, 2017
Sequence numbers and validity of timestamps are checked
krichardsson
added a commit
that referenced
this issue
Aug 31, 2017
krichardsson
added a commit
that referenced
this issue
Aug 31, 2017
…estamps Note: I did not manage to unit test this
krichardsson
added a commit
that referenced
this issue
Sep 11, 2017
Added logging of anchor to anchor distances as reported by the anchors
krichardsson
added a commit
that referenced
this issue
Nov 30, 2017
krichardsson
added a commit
that referenced
this issue
Dec 1, 2017
krichardsson
added a commit
that referenced
this issue
Dec 4, 2017
krichardsson
added a commit
that referenced
this issue
Dec 4, 2017
ataffanel
added a commit
that referenced
this issue
Dec 5, 2017
We can now configure the anchor position while in TDoA2 mode
ataffanel
added a commit
that referenced
this issue
Dec 5, 2017
ataffanel
added a commit
that referenced
this issue
Dec 5, 2017
krichardsson
added a commit
that referenced
this issue
Dec 6, 2017
ataffanel
added a commit
that referenced
this issue
Dec 6, 2017
krichardsson
added a commit
that referenced
this issue
Dec 6, 2017
ataffanel
added a commit
that referenced
this issue
Dec 6, 2017
krichardsson
added a commit
that referenced
this issue
Dec 6, 2017
krichardsson
added a commit
that referenced
this issue
Dec 6, 2017
ataffanel
added a commit
that referenced
this issue
Dec 6, 2017
krichardsson
added a commit
that referenced
this issue
Dec 8, 2017
cafeciaojoe
pushed a commit
to cafeciaojoe/crazyflie-firmware
that referenced
this issue
Sep 27, 2024
Add QScrollArea to support resizing the main window
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We should implement support for the new TDoA anchor protocol 2.0 in the crazyflie instead of the current TDoA implementation. See bitcraze/lps-node-firmware#17.
The text was updated successfully, but these errors were encountered: