pozyxLabs/Pozyx-Arduino-library

Which algorithms are implemented

Closed this issue · 4 comments

Dear,

There are 3 algorithms in the definitions.

Which of those are implemented?

  • POZYX_POS_ALG_UWB_ONLY = 0
  • POZYX_POS_ALG_TRACKING = 1
  • POZYX_POS_ALG_LS = 2

Hello,

The POZYX_POS_ALG_UWB_ONLY and POZYX_POS_ALG_LS are currently available in both 2D and 3D. The POZYX_POS_ALG_TRACKING is currently under test and will arrive in the next firmware update.

Best Regards,

Thanks

Hello,

what sort of algorithm is POZYX_POS_ALG_UWB_ONLY? Is it some kind of Linear Least Squares (LLS), Non LLS, Cayley-menger etc. ? The same for POZYX_POS_ALG_LS = 2??

Thanks in advance!

  • POZYX_POS_ALG_UWB_ONLY: No post processing
  • POZYX_POS_ALG_TRACKING: Using IMU
  • POZYX_POS_ALG_LS: Least squares