Jethro's Braindump

Robotics Probabilistic Generative Laws

Notation

xt
world state at time t
zt
measurement data at time t (e.g. camera images)
ut
control data (change of state in the environment) at time t

State Evolution

p(xt|x0:t1z1:t1,u1:t)

State Transition Probability

p(xt|x0:t1z1:t1,u1:t)=p(xt|xt1,ut)

The world state at the previous time-step is a sufficient summary of all that happened in previous time-steps.

Measurement Probability

p(zt|x0:t,z1:t1,u1:t)=p(zt|xt)

The measurement at time-step t is often just a noisy projection of the world state at time-step t.

Links to this note