Skip to content

VolKa79/kalman_navigation_cpp

Repository files navigation

Kalman Navigation CPP

Small C++ project for INS/GNSS trajectory simulation and future Kalman filtering experiments.

Current stage

  • 3D trajectory simulation
  • INS-like noisy drift trajectory
  • GNSS-like sparse noisy measurements
  • CSV export
  • Basic project structure with CMake

Build

mkdir build
cd build
cmake ..
cmake --build .

About

C++ implementation of INS/GNSS navigation simulation and Kalman filtering.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors