Skip to content

Commit

Permalink
fixed setzerofoses
Browse files Browse the repository at this point in the history
  • Loading branch information
sofiebudman committed Mar 6, 2024
1 parent 7a22712 commit 8805765
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 @@ -91,7 +91,7 @@ public Arm() {
// Comment out when running sysid
armMasterEncoder.setPositionConversionFactor(ROTATION_TO_RAD);
armMasterEncoder.setVelocityConversionFactor(ROTATION_TO_RAD);
armMasterEncoder.setZeroOffset(ENCODER_OFFSET_RAD);
armMasterEncoder.setZeroOffset(ENCODER_OFFSET_RAD);
// ------------------------------------------------------------
armMasterEncoder.setInverted(ENCODER_INVERTED);

Expand Down

0 comments on commit 8805765

Please sign in to comment.