Skip to content

Commit

Permalink
Remove Fluff
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam-Belliveau committed Jan 15, 2024
1 parent 515c6ec commit bdad6ed
Show file tree
Hide file tree
Showing 54 changed files with 9 additions and 6,525 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -190,15 +190,4 @@ public AnglePIDController setDerivativeFilter(IFilter... derivativeFilter) {
mDFilter = IFilter.create(derivativeFilter);
return this;
}

/** @return information about this PIDController */
public String toString() {
return "(P: "
+ SLMath.round(getP(), 4)
+ ", I: "
+ SLMath.round(getI(), 4)
+ ", D: "
+ SLMath.round(getD(), 4)
+ ")";
}
}
Loading

0 comments on commit bdad6ed

Please sign in to comment.