Skip to content

Commit

Permalink
fixed offset becuase cancoder was moved slightly
Browse files Browse the repository at this point in the history
  • Loading branch information
2491NoMythic committed Feb 3, 2024
1 parent 8c7d310 commit f49a8d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/frc/robot/settings/Constants.java
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ public enum Offsets{
LIAM(0),
LEVI(-0.38501),
WILLA(-0.152832), //Moira inverted FL
OPAL(0.136475), //Moira inverted FR
OPAL(0.211419-0.25), //Moira inverted FR
CLOVER(0.239746), //Moira inverted BL
NICHOLAS(-0.164551); //Moira inverted BR

Expand Down

0 comments on commit f49a8d1

Please sign in to comment.