Skip to content

Commit e025bb6

Browse files
Invert Algae Wrist Encoder Iteration
1 parent 000e85d commit e025bb6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/frc/robot/subsystems/end_effector/EndEffectorIOSim.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ public void updateInputs(EndEffectorIOInputs inputs) {
8787
);
8888

8989
this.algaeWristMotor.iterate(
90-
Units.radiansToRotations(-this.algaeWrist.getVelocityRadPerSec()),
90+
Units.radiansToRotations(this.algaeWrist.getVelocityRadPerSec()),
9191
RoboRioSim.getVInVoltage(),
9292
0.02
9393
);

0 commit comments

Comments
 (0)