Jethro's Braindump

Markov Localization

Markov Localization

A direct extension of the Bayes Filter, but using the map m of the environment:

Unknown environment 'algorithm'

The initial belief reflects initial knowledge of the robot pose, and can be instantiated differently:

If the initial pose is known, bel(x0) is a point-mass distribution such that:

bel(x0)={1 if x0=x¯0 0 otherwise 

However, point-mass distributions are discrete and do not have a density, so in most scenarios, a narrow Gaussian centered around x0 is used instead.

If the initial pose is unknown, bel(x0) is initialized with a uniform distribution over the space of all legal poses in the map.