robotology / bayes-filters-lib

A flexible, modern, C++ recursive Bayesian estimation library.
https://robotology.github.io/bayes-filters-lib/doc/html/index.html
Other
69 stars 30 forks source link

Restructure 3 #95

Closed xEnVrE closed 3 years ago

xEnVrE commented 3 years ago

This PR is the fourth of a series incorporating commits from claudiofantacci/bayes-filters-lib and xenvre/bayes-filters-lib.

In this PR:

New interfaces

Use of new interfaces in existing classes

Change in FilteringAlgorithm interface

Change in GaussianFilter interface

Change in ParticleFilter interface

Misc.

Tests

Tests have been updated accordingly

Changelog

Changelog has been updated accordingly

Fixes #72

xEnVrE commented 3 years ago

I am going to merge if there are not other comments :) @claudiofantacci

claudiofantacci commented 3 years ago

Yes please, go on :-)