Description of the task
Our codebase currently uses just a Linear Kalman Filter. We will be implementing a separate Extended Kalman Filter class sometime in the future (for robot localizer), and so after that, we want to create an abstract class of a KalmanFilter and extend a LinearKalmanFilter and a ExtendedKalmanFilter off of it.
This work depends on the Extended Kalman Filter class being implemented.
Acceptance criteria
Blocked By
Description of the task
Our codebase currently uses just a Linear Kalman Filter. We will be implementing a separate Extended Kalman Filter class sometime in the future (for robot localizer), and so after that, we want to create an abstract class of a KalmanFilter and extend a LinearKalmanFilter and a ExtendedKalmanFilter off of it.
This work depends on the Extended Kalman Filter class being implemented.
Acceptance criteria
Blocked By