Skip to content

Commit

Permalink
arm offset
Browse files Browse the repository at this point in the history
  • Loading branch information
SherazF committed Mar 14, 2024
1 parent f825091 commit ce8b28c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/frc/robot/constants/ARM.java
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import edu.wpi.first.math.util.Units;

public final class ARM {
public static final double canCoderOffset = 0.201171875;
public static final double canCoderOffset = -0.035888671875;
/* Static Feedforward Gain
This is added to the closed loop output. The sign is determined by target velocity.
The unit for this constant is dependent on the control mode,
Expand Down

0 comments on commit ce8b28c

Please sign in to comment.