This project aims to build an algorithm to estimate position and pose of a drone using an IMU sensor and a UWB module.
The project consists in three steps:
Contains an incremental implementation of an EKF using MATLab and the mathematical derivations generated on Maple.
More info can be found in readme file.
Contains all real data collected and all tests done on them. There are two subfolders:
In the folder UWBmodule can be found all code related to the programming of the dwm1001C SoC and python scripts to collect data and manage the tag.
More info can be found in readme file.