Skip to content

basavarajnavalgund/particle_filter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Particle Filter

You will be able to observe the MCL in action through the generated images.

Compiling the Program

$ cd Desktop/
$ git clone https://github.com/basavarajnavalgund/particle_filter
$ cd particle_filter/
$ rm -rf images/*
$ mkdir build/
$ cd src/
$ g++ main.cpp -o ../build/app -std=c++11 -I/usr/include/python2.7 -lpython2.7

Running the Program

Before you run the program, make sure the Images folder is empty!

$ ../build/app

Wait for the program to iterate 50 times.

Generated Images

After running the program, 50 images will be generated in the Images folder.

Step0

alt text

Step49

alt text

Releases

No releases published

Packages

No packages published

Languages