Likelihood Field Model
- tags
- Map Matching
Key Idea
Project an individual sensor measurement
Assumes three types of noise, similar to Range Finder Model:
- Measurement noise: Gaussian
- Failures: point-mass distribution at
- Random measurements: Uniform distribution
The model is a mixture of these 3 densities:
Issues
- Does not explicitly model dynamic objects that cause short readings
- Treats sensors as being able to see through walls: ray casting replaced by nearest neighbour function: incapable of determining whether a path to a point is intercepted by an obstacle in the map
- Does not account for map uncertainty
These issues can be addressed via extensions to the algorithm.