I've used TWR, TDoA mode with reference 6 anchor configuration.
(The firmware of 6 anchors is up to date, and I've already confirmed that all of anchors are configured as anchor mode by picocom)
(I've already set the individual position of LPS node with cfclient)
The problem is that kalman.stateX with Y Z axis is inaccurate due to the delayed update of LPS.
To be precise, I used cfclient to observe the data of crazyflie's lopo but it was very slow as it was dripping.
Also, of course, I thought that this may be due to the overhead of plotting on the plot, so I plotted it with opengl(which has very low overhead).
I have graphically shown the process from moving manually by hand way (0,0) to (0,1) and (1,1), but I was disappointed that result plot was not like my intend)
The graph clearly had to show a right angle, but what was actually observed was a circular graph with delayed observation.

Don't mind the title of plot, it consists of vector of kalman.stateT
My conclusion is one. The lps is being very slow and the observations are distorted. Not only is it distorted, but the total observation time is also dramatically increased. I tried both TWR and TdoA modes but it became same result. I want to know how to speed up the LPS update rate.
I have to pay the result, but it is really hurried because it is blocked in this part. Help me.