You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When positioning you can choose between two algorithms:
UWB-only gives you "raw positions", no filtering is done, this is the best algorithm to assess you anchor setup
Tracking will use current and historic positioning data and sensor data to build a mathematical model that gives more accurate results when the update rate is higher than 1 Hz. It almost always performs better than UWB-only.
The positioning algorithm is chosen using setPositionAlgorithm, both in Arduino as in Python. More information can be found in the Python docs and the register overview. The Arduino library is updated with the tracking algorithm, but the docs are lagging behind.
The Position Error is only available when using the Tracking algorithm.
The text was updated successfully, but these errors were encountered: