We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b6dc3d commit 1a90c8eCopy full SHA for 1a90c8e
control_algorithms/pid.py
@@ -12,7 +12,7 @@
12
13
14
class PID:
15
- def __init__(self, Kp: float, Ki: float, Kd: float, setpoint: float = 0):
+ def __init__(self, kp: float, ki: float, kd: float, setpoint: float = 0):
16
"""
17
Initialize the PID controller.
18
0 commit comments