From 322b6d5a443453a0ed573a7a77b55cbc9c68f171 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) { - + }