From eb45513398f7b822a879896841a3e15b80aa1770 Mon Sep 17 00:00:00 2001 From: Johannes Huemer Date: Fri, 13 Jan 2023 11:04:29 +0000 Subject: [PATCH] Update pid documentation to match src code --- include/control_toolbox/pid.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/control_toolbox/pid.hpp b/include/control_toolbox/pid.hpp index b536e4da..1cf20d48 100644 --- a/include/control_toolbox/pid.hpp +++ b/include/control_toolbox/pid.hpp @@ -60,7 +60,7 @@ namespace control_toolbox In particular, this class implements the standard pid equation: - \f$command = -p_{term} - i_{term} - d_{term} \f$ + \f$command = p_{term} + i_{term} + d_{term} \f$ where: