Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 303 Bytes

File metadata and controls

12 lines (10 loc) · 303 Bytes

EKF-GEOS3: C++ Extended Kalman Filter for GEOS-3 Orbit Determination

Build Instructions

Compile Main Application

g++ tests/EKF_GEOS3.cpp src/*cpp -lm -std=c++23 -o bin/main.exe

Compile & Run Unit Tests

g++ tests/tests.cpp src/*.cpp -lm -std=c++23 -o bin/tests.exe