Skip to content

Resetting KalmanFilter is broken #27

Open
@toeklk

Description

@toeklk

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:

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions