Forgot to save some changes to madgwick

This commit is contained in:
dario 2024-06-21 23:08:39 +02:00
parent 3b11501f3b
commit 86cd951d5e

View File

@ -32,12 +32,7 @@ namespace sta
void MadgwickFilter::correct(float dx, float dy, float dz)
{
Quaternion q;
for (uint32_t i = 0; i < n_; i++)
{
}
}