Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…Code2024 into sofie-arm
  • Loading branch information
sofiebudman committed Mar 3, 2024
2 parents fb43ede + 24c1634 commit 531f1ab
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 @@ -203,7 +203,7 @@ public void logMotor(SysIdRoutineLog log) {
Volts))
.angularVelocity(velocity.mut_replace(
armMasterEncoder.getVelocity() / 60,
DegreesPerSecond))
RotationsPerSecond))
.angularPosition(distance.mut_replace(
armMasterEncoder.getPosition(),
Rotations));
Expand Down

0 comments on commit 531f1ab

Please sign in to comment.