Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 164 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 164 Bytes

Extended Kalman Filter

Run Tests

    mkdir -p build
    cd bulid
    cmake ..
    make check

Dependencies

  • Eigen3
  • GTest (for unit tests)