Skip to content
This repository has been archived by the owner on Jan 8, 2025. It is now read-only.

Commit

Permalink
Updated absolute encoder value
Browse files Browse the repository at this point in the history
  • Loading branch information
Liammurray19 committed Oct 20, 2023
1 parent 27fdf68 commit a80431e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/frc/robot/maps/FrostBiteMap.java
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ public ArmRotateMap getArmRotateMap() {
absEncoder.setDutyCycleRange(1.0 / 1025.0, 1024.0 / 1025.0);
absEncoder.setDistancePerRotation(-360);
// Adjust this to move the encoder zero point to the retracted position
absEncoder.setPositionOffset(66.8);
absEncoder.setPositionOffset(54.8);

CSFusedEncoder fusedEncoder = new CSFusedEncoder(encoder, absEncoder);

Expand Down

0 comments on commit a80431e

Please sign in to comment.