Skip to content

Commit

Permalink
got rid of extra setvoltage
Browse files Browse the repository at this point in the history
  • Loading branch information
sofiebudman committed Mar 3, 2024
1 parent 94e9c83 commit 42216a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/carlmontrobotics/subsystems/Arm.java
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ public void resetGoal() {
}
public void driveMotor(Measure<Voltage> volts) {
armMotorMaster.setVoltage(volts.in(Volts));
armMotorFollower.setVoltage(volts.in(Volts));

}
public void logMotor(SysIdRoutineLog log) {
log.motor("armMotorMaster")
Expand Down

0 comments on commit 42216a1

Please sign in to comment.