Skip to content

Commit

Permalink
separate saturation and multi-DOF into two separate PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
cmichelenstrofer committed Oct 16, 2023
1 parent 15cb1be commit 1fc6da5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions wecopttool/pto.py
Original file line number Diff line number Diff line change
Expand Up @@ -924,8 +924,6 @@ def controller_pid(
integral: Optional[bool] = True,
derivative: Optional[bool] = True,
saturation: Optional[FloatOrArray] = None,
diagonal_only: bool = False,
symmetric: bool = True,
) -> ndarray:
"""Proportional-integral-derivative (PID) controller that returns
a time history of PTO forces.
Expand Down

0 comments on commit 1fc6da5

Please sign in to comment.