On Positioning Techniques

All discussions related to the Loco Positioning system
Post Reply
Niltop
Beginner
Posts: 1
Joined: Wed Jul 29, 2020 8:28 am

On Positioning Techniques

Post by Niltop »

I have a question about positioning techniques using the TWR ranging technique.

I checked the code using TWR technique to find the distance between each anchor and tag through the uwb_twr_tag.c file of src in lps-node-firmware-master.

What I'm curious about here is that what is the positioning technique(e.g., trilateration) and the location of the code, after the distance between the anchors and the tag is obtained.

Thank you.
kimberly
Bitcraze
Posts: 1050
Joined: Fri Jul 06, 2018 11:13 am

Re: On Positioning Techniques

Post by kimberly »

Hi!

After the distance has been received the measurement is send to the extended kalman filter here which is being processed in the kalman filter with it's measurement model in here. The paper on which this is based on can be found on the top of the .c file. Also we have documentation how the kalman filter is implemented here
Post Reply