elvout / cs393r

CS 393R Graduate Autonomous Robots, Fall 2021 | Autobots
0 stars 0 forks source link

Implement a simple Observation Likelihood Model #33

Closed elvout closed 2 years ago

elvout commented 3 years ago

Use a pure Gaussian distribution as a model for Observation Likelihood.

Compute a probabilistic weight for each particle using the predicted point cloud for that particle.

Implementation Details:

Slides here.

Note that the final proportionality on slide 28 is incorrect. There should be a 1/2 inside the exp().

elvout commented 3 years ago

We actually didn't need lambda, since we're not concerned about the absolute value of the log-likelihood.