Skip to content

Commit

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

Co-authored-by: Gold856 <[email protected]>
  • Loading branch information
narmstro2020 and Gold856 committed Sep 18, 2024
1 parent fef9db9 commit 0070106
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ public double getPositionTolerance() {
* @return the velocity tolerance of the controller.
*/
public double getVelocityTolerance() {
return m_controller.getErrorDerivative();
return m_controller.getErrorDerivativeTolerance();
}

/**
Expand Down

0 comments on commit 0070106

Please sign in to comment.