Motion Model
Last updated
Last updated
Recall that one of steps in Bayes Filter algorithm is to perform a prediction. The prediction is an estimate of the state transition:
How we use the model depends on the filter algorithm. For example, with particle filter, we essentially simulate a physical event and it's a direct application of the motion model. The input is and , and the output is . With particle filter and other sampling methods, we don't need to calcualte . For algorithms that require an explicit calculation, the inputs are , , and . However, and are real values while is hypothetical.
In the book , the auther presents two models:
velocity model
odometry model
The mathematical derivation starts from assuming the instantenous movement of the robot follows a perfect circular path.
TODO