RIVeR-Lab / kvh

ROS driver for KVH IMU's
0 stars 2 forks source link

Refactor IMUFilter and OdometryFilter to share a common LinearFilter superclass #3

Closed aruisdante closed 11 years ago

aruisdante commented 11 years ago

Currently, both IMUFilter and OdometryFilter share a lot of common code since they are effectively doing the same thing but with different system dynamics (Linear EKF). Would make sense to refactor them such that they share a single base class, LinearFilter, and only override their system construction sections and any unique functionality.