An open API service indexing awesome lists of open source software.

https://github.com/simoneroncallo/particle-filtering

Localization and tracking with sequential Monte Carlo methods, i.e. particle filtering.
https://github.com/simoneroncallo/particle-filtering

localization monte-carlo particle-filtering

Last synced: 10 days ago
JSON representation

Localization and tracking with sequential Monte Carlo methods, i.e. particle filtering.

Awesome Lists containing this project

README

          

# Particle filtering

This repository contains a Python simulation of a particle filter, implemented through sequential importance resampling. The simulation code can be found in `main.py`. The class Particle as well as the state-space and the observation models are implemented in `particlefilter.py`. Finally, `animation.py` generates a GIF animation of the filter evolution.