Skip to content

Commit 9f64fc5

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 1c5dfe2 commit 9f64fc5

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

control_algorithms/adrc.py

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,13 @@
1313

1414

1515
class ADRC:
16-
def __init__(self, error_correction: float, disturbance: float, acceleration: float, target: float = 0.0):
16+
def __init__(
17+
self,
18+
error_correction: float,
19+
disturbance: float,
20+
acceleration: float,
21+
target: float = 0.0,
22+
):
1723
"""
1824
Initialize the ADRC controller.
1925

0 commit comments

Comments
 (0)