Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mgrouch authored Sep 1, 2024
1 parent c8bed38 commit b678cf9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b678cf9

Please sign in to comment.