Skip to content

Loco Positioning: code specific documentation? #186

Answered by krichardsson
karlscholz asked this question in Q&A
Discussion options

You must be logged in to vote

I think you found most of the documentation already. There is some more in the crazyflie-firmware repo docs.

Unfortunately there is no documentation describing the implementation but I'll give you some pointers:

  • The Deck driver for the Loco deck is the starting point of the functionality.
  • The drivers for the DW1000 chip is implemented in the libdw1000 repo
  • Implementations for TWR, TDoA2 and TDoA3 can be found in the same directory
  • The TDoA flavors above only implements the protocol while the distance part is handled by the TDoA engine
  • Measurements are fused with other sensor data in the Kalman estimator, where the actual computations are done in the kalman core
  • Implementation of the meas…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@karlscholz
Comment options

Answer selected by karlscholz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
2 participants