Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mgrouch authored Aug 30, 2024
1 parent c315b93 commit 849e67f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,11 @@ The method for estimating wave height and heave from a moving boat implemented 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.

* Rolling min/max algorithm with window
of about three wave periods samples to produce wave height measurement
Algorithm: https://github.com/lemire/runningmaxmin
from Daniel Lemire paper

* Try to find a way for mpu6886 to sample at higher (than 250Hz) frequency

0 comments on commit 849e67f

Please sign in to comment.