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