SkillAgentSearch skills...

Bayestracking

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

Install / Use

/learn @LCAS/Bayestracking
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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

View on GitHub
GitHub Stars147
CategoryDevelopment
Updated1mo ago
Forks51

Languages

C++

Security Score

80/100

Audited on Feb 22, 2026

No findings