Skip to content

alademm/mikropf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MikroPF

A lightweight and multi-threaded particle filter library in C++.

Usage

MikroPF is a single class contained in MikroPF.h and MikroPF.cpp. It has no external dependency and no specific build process is required. You can just add it to your project and start using it.

Note that dynamic memory allocation and thread creation happen during initialization only. This makes the update loop more efficient for online use.

About

A lightweight particle filter in C++

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published