Skip to content

Commit

Permalink
added offsets for current drivetrain
Browse files Browse the repository at this point in the history
  • Loading branch information
2491NoMythic committed Feb 7, 2024
1 parent 4749c92 commit fe163a7
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions src/main/java/frc/robot/settings/Constants.java
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,10 @@ public enum Offsets{
BENH(0.153564),
EVELYN(-0.111084),
OMARIAHN(0.266846),
PHOEBE(-0.2458), //Moira FL
ROYCE(-0.0031), // Moira FR
ROWAN(0.3916), // Moira BL
QUINN(0.3557), //Moira BR
// PHOEBE(-0.2458), //Moira FL
// ROYCE(-0.0031), // Moira FR
// ROWAN(0.3916), // Moira BL
//QUINN(0.3557), //Moira BR
// PHOEBE(0.253174), //Moira FL
// ROYCE(-0.254639), // Moira FR
// ROWAN(-0.113525), // Moira BL
Expand All @@ -71,7 +71,12 @@ public enum Offsets{
WILLA(-0.152832), //Moira inverted FL
OPAL(0.211419-0.25), //Moira inverted FR
CLOVER(0.239746), //Moira inverted BL
NICHOLAS(-0.164551); //Moira inverted BR
NICHOLAS(-0.164551), //Moira inverted BR
QUINN(-0.394287), //FL
ROYCE(0.248291), //FR
PHOEBE(-0.486572), //BL
ROWAN(-0.360840); //BR


private double offset;
Offsets(double value) {
Expand Down

0 comments on commit fe163a7

Please sign in to comment.