Skip to content

simoneroncallo/particle-filtering

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Topics

Resources

License

Stars

Watchers

Forks

Languages