This Python code serves to find the best gyroscopic biases in a window of IMU measurements
In particular, given 3D orientations of
The code provides interfaces to the Euroc and FourSeasons dataset (see https://projects.asl.ethz.ch/datasets/doku.php?id=kmavvisualinertialdatasets and https://www.4seasons-dataset.com/ respectively).
After cloning the repository, the user can go ahead and run bias_computation/main_single_run.py
.