Open
Description
migrated from Bugzilla #798
status NEW severity normal in component core for ---
Reported in version trunk on platform All
Assigned to: BFL mailinglist
Original attachment names and IDs:
- KalmanFilterReset.diff (ID 619)
On 2010-12-03 15:41:06 +0100, Johannes Meyer wrote:
Created attachment 619 Overwritten KalmanFilter::Reset() method The current implementation of the method Filter::Reset() is broken, at least for instances of KalmanFilter and subclasses: It overwrites the pointer _post to the posterior density, which is instantiated individually in the subclasses. The subclass will therefore overwrite the prior given by the user after the reset and destruction of the filter leads to undefined behevior. I attached a patch for the KalmanFilter class, but other filters might be affected as well. Best regards Johannes