diff --git a/README.md b/README.md index bde6873..522853c 100644 --- a/README.md +++ b/README.md @@ -16,8 +16,7 @@ However due to high accelerometer noise and low sample frequency I do not have h ## TODO -* Tilt compensation. No magnetometer needed as we only need vertical projection of acceleation. Mahony algorithm using accel and gyro (without mag) should be enough. Existing github MahonyAHRS implementations need to be modified to take delta_t in update(), instead of assuming fixed sample frequency in integration. - +* Tilt compensation. No magnetometer needed as we only need vertical projection of acceleation. Mahony algorithm using accel and gyro (without mag) is enough. Test implemented quaternion rotation for esimating vertical acceleration * Rolling min/max algorithm with window of about three wave periods samples to produce wave height measurement Algorithm: https://github.com/lemire/runningmaxmin