Skip to content

Added the Active Disturbance Rejection Control (ADRC) Algorithm #12697

Added the Active Disturbance Rejection Control (ADRC) Algorithm

Added the Active Disturbance Rejection Control (ADRC) Algorithm #12697

Triggered via pull request March 31, 2025 16:19
Status Failure
Total duration 15s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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`.