We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 604c6e2 commit 89d97c2Copy full SHA for 89d97c2
src/main/java/frc/team5115/subsystems/arm/Arm.java
@@ -67,6 +67,7 @@ public void periodic() {
67
68
io.setArmVoltage(voltage);
69
}
70
+ //meow meow meow, meowwww
71
72
public Command waitForSetpoint(double timeout) {
73
return Commands.waitUntil(() -> pid.atSetpoint()).withTimeout(timeout);
0 commit comments