Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 376 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 376 Bytes

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