Page 1 of 1

Tdoa Communication Data

Posted: Mon Apr 23, 2018 7:45 am
by EgeYlcn
Hi ,

I want to learn that what package is being used for positioning while New LPS system is running. For example ; The master anchor is in communication with which anchors to use and which TdoaDistDiff value is used for positioning. I want to know the values of 'Anchor', 'PreviousAnchor' and 'TdoaDistDiff' in the LPS system.

Which files in the code should I look at? What variables should I monitor ?

Thank you,

Ege

Re: Tdoa Communication Data

Posted: Mon Apr 30, 2018 10:50 am
by arnaud
These variables are defined in the TDoA implementation of the Crazyflie: https://github.com/bitcraze/crazyflie-f ... Tag.c#L419

You can look through the code and add more log variable if you need more information about the state of the system.

The TDoA protocol is described in the wiki: https://wiki.bitcraze.io/doc:lps:tdoa:protocol