Pete Steggles wrote:Petr
There are actually two uses of the standard error field in the UDP packets, depending on the state of the information filter:
- In normal use, when the information filter has some state that it is using to track the tag, the 'standard error' field is used to send out an estimate of the variance of the readings, which is a measure of the square of the expected error in 3D (note that in practice the actual error works out to be a fair bit less than the expected error: you are getting expected errors of around half a metre or more and I bet the actual results are somewhat better).
Hello Pete,
A bit late response but it's only now when I'm back to these details again.
I still have some unclear moments about it.
As I understood, in the case of 'No Information Filter', it is more or less clear (i.e. the value from the Geometry tab is used, isn't it?).
But assuming that the information filter is set to, let's say, 'Static Fixed Height' with max_position_variance = 4, how can I know the error of a received location observation?
E.g., a UDP has returned the following values:
...
XCOORD = -1.1765925884246826,
YCOORD = 1.2931466102600098,
ZCOORD = 0.9191219210624695,
GDOP = 0.0,
ERROR = 0.31502974033355713
...
The returned location is quite close to the actual one, the difference in 3D is certainly less than 0.31, what makes my understanding of the returned ERROR even more confusing in this case.
What is the actual standard error of that observation?
Thanks,
Petr