Jethro's Braindump

Motion Model With Maps

tags
Velocity Motion Model, Odometry Motion Model

Often, we are given map m of the environment, giving us further information about the robot pose xt. In general,

p(xt|ut,xt1)p(xt|ut,xt1,m)

And the map-based motion model should give better results. Computing this motion model in closed form is difficult. An approximation via factorization works well where the distance xt1 and xt is small.

p(xt|ut,xt1,m)=ηp(xt|ut,xt1)p(xt|m)

Links to this note