|
The covariance matrices represent ellipses. So the example application on Wikipedia can be visualized like this:
I've been working on the code for a while, The code is now on github and I've uploaded the image to wikipedia. |
|
That's a really excellent visualization, and I see what you are trying to do with the skewed grid lines. If you already pretty much know what you're looking for, the lines really let you see how after a change in time, The thing that is confusing about the grid lines, though, is that in the update frame, the numbers on the position axis still represent the position that the state would have been in at a time Also, it's possible that the confusion is made worse by the inclusion of negative velocities on the plot. The result of doing this is that the axes numbers are moving in the negative position direction, while almost all of the region corresponding to the states we are interested in is moving in the positive position direction. (Although I guess there is some value in including zero velocity states, since those are the fixed points. And if you stopped at 0, then it would be harder to add the distinction in times I was looking talking about before.) Finally, and related to the first point, it would probably be nice to have some labels on both of the axes. That's just the middle-school math teacher coming out in me. Again, really nice work. I'm so glad somebody made this! |

OMG, that is awesome! Answers the questions that came up here.
The vertical grid lines are skewed during the update. Does this represent anything except a visualization glitch?
Is there anyway to slow down or pause an animated GIF display?
@wrutiser :
The skew is intentional, I was just trying to show how the whole space is sheared by the update, and the ellipse shears with with the space.
Slow it down? If you have a mac handy "preview" lets you browse animations frame by frame. I'll look into making a slower version.
@wrutiser: ok I slowed it down a bit (1.5s per frame instead of 1.0)
this job is awesome. But I have a question. after the measurement, the product of the sensor-offered Gaussian and the predicted Gaussian should be a Gaussian with smaller variance which should be indicated with a smaller eclipse, I believe. So in your graph the pink ones are those enlarged by noise?
@Hexangon
Yes, I am adding noise in this example.
I add the noise ellipses in two places:
first to the actual state, as part of the simulation (see how the star moves a little when I draw the red ellipse)
and to the blue ellipse, to make the pink one, accounting for how the actual state may have moved.