Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Leaky abstraction of PHDFilter #39

Open
lassepe opened this issue Sep 5, 2021 · 0 comments
Open

Leaky abstraction of PHDFilter #39

lassepe opened this issue Sep 5, 2021 · 0 comments

Comments

@lassepe
Copy link
Collaborator

lassepe commented Sep 5, 2021

The PHDFilter currently seems a bit out of place. It is not an AbstractFiltert and the update dispatch expects s a different signature:

function update(phd::PHDFilter, b0::GaussianMixture,

That is, it does not have the usual update(filter, belief, action, observation) layout and thus all the functionality of src/simulate.jl simply does not apply. It would be nice to streamline this, or remove the PHDFilter from this package, or find a useful abstraction for it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant