elvout / cs393r

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

Particle Filter: Resample Step #36

Closed elvout closed 3 years ago

elvout commented 3 years ago

This issue serves as the parent node for tasks pertaining to the Resample Step.

Work on the resample step is blocked by the Predict and Update steps. We need a particle cloud from the Predict Step and weights for each particle from the Update step.

However, this step seems pretty easy compared to the other two.

Required

In class he mentioned that we should only do a resample after the robot has moved at least 15 cm or rotate 10º.