Small C++ project for INS/GNSS trajectory simulation and future Kalman filtering experiments.
- 3D trajectory simulation
- INS-like noisy drift trajectory
- GNSS-like sparse noisy measurements
- CSV export
- Basic project structure with CMake
mkdir build
cd build
cmake ..
cmake --build .