Skip to content

Commit

Permalink
forgot to commit constants
Browse files Browse the repository at this point in the history
  • Loading branch information
team6101 committed Mar 12, 2024
1 parent 4976d0f commit ec74da1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/java/frc/robot/Constants.java
Original file line number Diff line number Diff line change
Expand Up @@ -100,4 +100,6 @@ public class Constants {

/*OTHER CONFIG */
public static final double MOTOR_BACKTRACK_SPEED_PERCENT = -0.5;
public static final double CLIMBER_RIGHT_ARM_MAX_EXTENSION_ROTATIONS = 10;
public static final double CLIMBER_LEFT_ARM_MAX_EXTENSION_ROTATIONS = 10;
}

0 comments on commit ec74da1

Please sign in to comment.