Add PID controller implementation #12674
Annotations
8 errors
ruff
Process completed with exit code 1.
|
Ruff (N803):
control_algorithms/pid.py#L13
control_algorithms/pid.py:13:46: N803 Argument name `Kd` should be lowercase
|
Ruff (N803):
control_algorithms/pid.py#L13
control_algorithms/pid.py:13:35: N803 Argument name `Ki` should be lowercase
|
Ruff (N803):
control_algorithms/pid.py#L13
control_algorithms/pid.py:13:24: N803 Argument name `Kp` should be lowercase
|
Ruff (N801):
control_algorithms/pid.py#L11
control_algorithms/pid.py:11:7: N801 Class name `pid` should use CapWords convention
|
Ruff (E501):
control_algorithms/pid.py#L5
control_algorithms/pid.py:5:89: E501 Line too long (94 > 88)
|
Ruff (E501):
control_algorithms/pid.py#L2
control_algorithms/pid.py:2:89: E501 Line too long (104 > 88)
|
Ruff (INP001):
control_algorithms/pid.py#L1
control_algorithms/pid.py:1:1: INP001 File `control_algorithms/pid.py` is part of an implicit namespace package. Add an `__init__.py`.
|