From db8d539cbb5a617657e351b4050255490ed88c68 Mon Sep 17 00:00:00 2001 From: Michael Jakob Date: Tue, 27 Jan 2015 10:42:41 +0100 Subject: [PATCH] Another documentation upddate for the Harakiri PID controller --- docs/PID tuning.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/PID tuning.md b/docs/PID tuning.md index ab2414d3c5..9d8a4ffcdb 100644 --- a/docs/PID tuning.md +++ b/docs/PID tuning.md @@ -126,7 +126,7 @@ For the ALIENWII32 targets the gyroscale is removed for more yaw authority. This PID Controller 5 is an port of the PID controller from the Harakiri firmware. -The algorithm is leveraging more floating point math. Actually there are two settings hardcoded which are configurable via the GUI in Harakiri: +The algorithm is leveraging more floating point math. This PID controller is also compensates for different looptimes on roll and pitch. It likely don’t need retuning of the PID values. Actually there are two settings hardcoded which are configurable via the GUI in Harakiri: OLD_YAW 0 // [0/1] 0 = multiwii 2.3 yaw, 1 = older yaw. MAIN_CUT_HZ 12.0f // (default 12Hz, Range 1-50Hz)