Skip to content

C++ framework for Bayesian Filter Tracking (UKF, EKF, Particles)

License

Notifications You must be signed in to change notification settings

LCAS/bayestracking

Folders and files

NameName
Last commit message
Last commit date

Latest commit

9ab59f1 · Oct 16, 2019

History

67 Commits
Jan 22, 2014
Sep 28, 2018
Oct 1, 2018
Mar 16, 2018
Sep 4, 2018
Aug 12, 2013
Oct 1, 2018
Sep 28, 2018
Aug 12, 2013
Sep 3, 2014
Oct 16, 2019
Oct 1, 2018

Repository files navigation

BayesTracking - a library for Bayesian tracking

Requirements

  • Bayes++ (included in the repository)
  • OpenCV 2.x (only to build the examples)

Install (without catkin)

  • Extract the library's compressed file
  • In the library's directory, create a sub-directory build
  • Enter in ./build and run cmake ..
  • Run make to build the library
  • Run make install (as super user) to install the library and relative header files

Install (ROS version)

  • Run rosdep to resolve dependencies
  • Run catkin_make
  • Run catkin_make install to install the library and headers (optional)

by Nicola Bellotto nbellotto@lincoln.ac.uk

cite with this DOI: 10.5281/zenodo.15825