Odometry Motion Model
The odom_motion_model()
function calculates the state transition probability, which is the likelihood
that the robot is in the curr_pose given the prev_pose and control input u. The equation for transition probability is given below as
the product of three gaussians, each of which takes mu, x, and sigma values and outputs the relative likelihood of x being in a Normal Distribution
with mean mu and standard deviation sigma.