Python AHRS

I always wanted a tool to quickly build prototypes for tracking and localization in Python. Something simple, but intuitive and easily customizable. I could not find any that satisfied me. So, I made one.

Posted

Kalman Filter. A painless approach

From robotic vacuums to Satellite Guidance, Kalman Filter is everywhere. Here I will detail the how’s and why’s of the Kalman Filter (KF) in our lives with an intuitive and simple explanation.

Posted