From 86cd951d5e83d7b93db4381733a3205003a5065f Mon Sep 17 00:00:00 2001 From: dario Date: Fri, 21 Jun 2024 23:08:39 +0200 Subject: [PATCH] Forgot to save some changes to madgwick --- src/algorithms/attitude/madgwick.cpp | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/src/algorithms/attitude/madgwick.cpp b/src/algorithms/attitude/madgwick.cpp index 753b855..746b3fb 100644 --- a/src/algorithms/attitude/madgwick.cpp +++ b/src/algorithms/attitude/madgwick.cpp @@ -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++) - { - - } + }