Skip to content

Commit

Permalink
line length fix
Browse files Browse the repository at this point in the history
  • Loading branch information
narmstro2020 committed Dec 24, 2024
1 parent 7bda2e3 commit 1849f06
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -186,9 +186,9 @@ public double calculate(
/**
* Calculates the feedforward from the gains and setpoints assuming discrete control.
*
* @param currentAngle The current angle in radians. This angle should be measured from the horizontal (i.e.
* if the provided angle is 0, the arm should be parallel to the floor). If your encoder does
* not follow this convention, an offset should be added.
* @param currentAngle The current angle in radians. This angle should be measured from the
* horizontal (i.e. if the provided angle is 0, the arm should be parallel to the floor).
* If your encoder does not follow this convention, an offset should be added.
* @param currentVelocity The current velocity setpoint in radians per second.
* @param nextVelocity The next velocity setpoint in radians per second.
* @return The computed feedforward in volts.
Expand Down

0 comments on commit 1849f06

Please sign in to comment.