在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):vatsl/ParticleFilter开源软件地址(OpenSource Url):https://github.com/vatsl/ParticleFilter开源编程语言(OpenSource Language):C++ 93.6%开源软件介绍(OpenSource Introduction):Particle Filter Implementation in C++Project IntroductionYour robot has been kidnapped and transported to a new location! Luckily it has a map of this location, a (noisy) GPS estimate of its initial location, and lots of (noisy) sensor and control data. In this project we implement a 2 dimensional particle filter in C++. The particle filter will be given a map and some initial localization information (analogous to what a GPS would provide). At each time step the filter will also get observation and control data. A high level view of Particle FilterThe flowchart below should make the working of a Particle Filter a bit clearer. Running the CodeOnce you have this repository on your machine,
Inputs to the Particle FilterYou can find the inputs to the particle filter in the The Map*
Control Data
Observation DataThe These files contain observation data for all "observable" landmarks. Here observable means the landmark is sufficiently close to the vehicle. Each row in these files corresponds to a single landmark. The two columns represent:
|
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论