Skip to content

Commit

Permalink
auto
Browse files Browse the repository at this point in the history
  • Loading branch information
Kendialouge committed Mar 22, 2024
1 parent 92fbe96 commit f56c306
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/frc/robot/Constants.java
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ public static class MechanismConstants {
public static final boolean FLYWHEEL_MOTOR_1_INVERTED = true;
public static final boolean FLYWHEEL_MOTOR_2_INVERTED = false;
public static final double FLYWHEEL_MOTOR_FULL_SPEED = 0.60;
public static final double FLYWHEEL_MOTOR_REDUCED_SPEED = 0.17;
public static final double FLYWHEEL_MOTOR_REDUCED_SPEED = 0.20;
public static final double FLYWHEEL_MOTOR_SPEED_SLOW = 0.15;
public static final double FLYWHEEL_MOTOR_SPEED_100 = 1;
}
Expand Down

0 comments on commit f56c306

Please sign in to comment.