Lab 10
Grid Localization using Bayes Filter
Below is the code for each function:
Below is the video of the grid localization for the sample trajectory:
Discussion
The Bayes filter works well in predicting the position of the robot but is a very poor predictor of the robot’s rotation. It appears that the Bayes filter works well when there are more unique landmarks for the robot to reference. For example, the error seems to be low when the robot is in the center of the map and is able to see multiple sides of the map. When the robot is on the right side of the map, the Bayes filter appears to have the most error since the robot is unable to reference other parts of the world.
Collaborators
I used Angela Voo’s writeup as a reference. I collaborated with Sam Zhen while working on this lab.
Back to Labs