You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
The
PHDFilter
currently seems a bit out of place. It is not anAbstractFiltert
and theupdate
dispatch expects s a different signature:GaussianFilters.jl/src/gmphd.jl
Line 22 in d264bd4
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 thePHDFilter
from this package, or find a useful abstraction for it.The text was updated successfully, but these errors were encountered: