Skip to content

Commit

Permalink
Fixed index
Browse files Browse the repository at this point in the history
  • Loading branch information
JediScoy committed Mar 30, 2024
1 parent 0668880 commit e5a81a1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/main/java/frc/robot/util/Constants.java
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,9 @@ public static final class ConstantsPlus {
}

public static class IndexConstants {
public static final double INDEX_POWER = 1.0;
public static final double INDEX_POWER_REV = -0.75;
// Tested in Tuner: Negative value is red, and brings in the note
public static final double INDEX_POWER = -1.0;
public static final double INDEX_POWER_REV = 0.75;

}

Expand Down

0 comments on commit e5a81a1

Please sign in to comment.