[Bug 798] New: Resetting KalmanFilter is broken

https://www.fmtc.be/bugzilla/orocos/show_bug.cgi?id=798

Summary: Resetting KalmanFilter is broken
Product: BFL
Version: trunk
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P3
Component: core
AssignedTo: bfl [..] ...
ReportedBy: meyer [..] ...
CC: bfl [..] ...
Estimated Hours: 0.0

Created an attachment (id=619)
--> (https://www.fmtc.be/bugzilla/orocos/attachment.cgi?id=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