We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 745bd2b commit 588538eCopy full SHA for 588538e
control_algorithms/pid.py
@@ -9,7 +9,6 @@
9
10
11
class pid:
12
-
13
def __init__(self, Kp: float, Ki: float, Kd: float, setpoint: float = 0):
14
"""
15
Initialize the PID controller.
0 commit comments