# Particle Filter (粒子滤波)

这是Map Registration地图配准的最常用算法。基于采样和概率模型。先随机采样一些在均值附近的位姿，然后跟踪这些点随里程计的运动过程，在跟踪过程中进行优化、过滤，得出最可能的位姿。详情可参考这篇博客园的[博客](http://www.cnblogs.com/sanmenyi/p/7091978.html)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://roboseum.guzhaoyuan.com/software/algorithms/perception/localization-and-mapping/principle/localization/particle-filter.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
