QUB-ASL / bzzz

Quadcopter with ESP32 and RaspberryPi
MIT License
7 stars 1 forks source link

Kalman filter for altitude and its related parameters estimation. #78

Closed patchedByBatman closed 1 year ago

patchedByBatman commented 1 year ago

Main Changes

This is an attempt to implement a Kalman filter to estimate the following parameters of the altitude hold problem:

z, vz, alpha, beta

Tests

The below graph provides a sample test in which the filter is tested using random input and output sequences. image