This repository contains the code for using Linear Kalman Filter for estimating the bias present in gyroscope data. Here we take the x, y and z axis data from the gyroscope when the bot is at rest. The data is used in combination with linear kalman filter to estimate the initial bias in the data and then this bias is subtracted from the incoming data to obtain the corrected output.
Here only the data in the interval between 25s to 45s is considered as during this phase the bot was more or less stable.
Link for the paper
The bag file MH_01_easy.bag from the EuRoC MAV Dataset has been used for the purpose.