Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Kalman

This repository contains a basic Kalman filter implementation (kalman.hpp) and a visualization for testing. It's based on glm, so you'll need to clone it or install development packages to use it. SDL3 is used for the visualization.

Building

g++ main.cpp -lglm -lSDL3 -o main
./main

This project falls under MIT, use and distribute as neeeded.

About

Bare-Bones position/velocity Kalman filter implementation using glm

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages