From 3a9f2eff219557c791a115a196702f22970eda05 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/algorithms/attitude/madgwick.cpp b/src/algorithms/attitude/madgwick.cpp index a28f4ae..a7bef2f 100644 --- a/src/algorithms/attitude/madgwick.cpp +++ b/src/algorithms/attitude/madgwick.cpp @@ -26,7 +26,7 @@ namespace sta void MadgwickFilter::correct(float dx, float dy, float dz) { - + }