elvout / cs393r

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

Backport Density-Based Sampling to 3b CSM #83

Closed elvout closed 2 years ago

elvout commented 2 years ago

Our 3b implementation systematically samples LaserScan messages, which theoretically causes the same problems as in the particle filter (#79).

elvout commented 2 years ago

Once we have accuracy evaluation running, we can compare the accuracy of systematic sampling vs density based sampling.