It looks very similar to Bayesian estimation. I wonder what is really the difference. Does any of you know, or have a link that explains it?
How a Kalman filter works, in pictures (2015)
31–35 of 35 posts
Re: How a Kalman filter works, in pictures (2015)
#32Kalman filters are wonderful things and great for keeping track of where other things are in relation to yourself. But for localizing my robot I'd generally use a Particle Filter[1] instead to allow me to represent multiple hypothesis about where I am. For example if I see a doorway I know I'm going to be by one of the doorways on the corridor but I won't be able to tell which one without further observation. But if…
Re: How a Kalman filter works, in pictures (2015)
#33Re: How a Kalman filter works, in pictures (2015)
#34Kalman filters are wonderful things and great for keeping track of where other things are in relation to yourself. But for localizing my robot I'd generally use a Particle Filter[1] instead to allow me to represent multiple hypothesis about where I am. For example if I see a doorway I know I'm going to be by one of the doorways on the corridor but I won't be able to tell which one without further observation. But if…
Couldn't you fuse this extra fact into a kalman filter?
Re: How a Kalman filter works, in pictures (2015)
#35This is my favourite explanation of how a Kalman filter works http://htmlpreview.github.io/?https://github.com/aguaviva/Ka...
Agree. I like how it starts "if you had 2 sensors, here is how you could combine the measurements". Then goes on to say what if you only had 1 sensor, but you know the system evolves in a linear way, you can use that to make a prediction and treat it as the input from a second sensor. That finally made me understand it better, and it's much shorter than most explanations without losing necessary details. Also even th…
I do not know the jargon, but perhaps that is because this sentence does not give you any context for what "the posterior" is referring to?