Added the Active Disturbance Rejection Control (ADRC) Algorithm #12697
Annotations
3 errors
ruff
Process completed with exit code 1.
|
Ruff (F841):
control_algorithms/adrc.py#L42
control_algorithms/adrc.py:42:9: F841 Local variable `error` is assigned to but never used
|
Ruff (INP001):
control_algorithms/adrc.py#L1
control_algorithms/adrc.py:1:1: INP001 File `control_algorithms/adrc.py` is part of an implicit namespace package. Add an `__init__.py`.
|