Skip to content

ahmorsi/Particle_Filter_ObjTracking

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Object Tracking using Particle Filter

Compile the programm using the following commands:

cd {Project-DIR}
mkdir build
cd build
cmake -G"Unix Makefiles" ../
make

Test the program using the following commands:

cd {Project-DIR}
./bin/pf_tracker