In Progress
Also known as particle filter localization, is an algorithm for robots to localize using a particle filter.
Given a map of the environment, the goal of the algorithm is for the robot to dterine its pose within the environment.
At every time the algorithm takes as input the previous belief , an actuation command , and data received from sensors ; and the algorithm outputs the new belief .
TODO::
References::