Skip to content

Commit

Permalink
Update wpimath/src/main/java/edu/wpi/first/math/controller/ElevatorFe…
Browse files Browse the repository at this point in the history
…edforward.java

Co-authored-by: Tyler Veness <calcmogul@gmail.com>
  • Loading branch information
PeterJohnson and calcmogul authored Feb 14, 2025
1 parent 6458917 commit 7ec05ce
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ public void setKv(double kv) {
/**
* Sets the acceleration gain.
*
* @param ka The acceleration gain in V/(rad/2²).
* @param ka The acceleration gain in V/(rad/s²).
*/
public void setKa(double ka) {
this.ka = ka;
Expand Down

0 comments on commit 7ec05ce

Please sign in to comment.