elvout / cs393r

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

Change `ParticleFilter::GetLocation` to work with log-likelihoods #45

Closed elvout closed 2 years ago

elvout commented 2 years ago

We are using log-likelihoods in the Update step, and we perform multiple updates before resampling the particles. ParticleFilter::GetLocation thus needs to be reworked to compute the weighted mean using log-likelihoods instead of likelihoods.