Skip to content

Commit

Permalink
Merge pull request #47 from 2491-NoMythic/fixingOffset
Browse files Browse the repository at this point in the history
fixed offset becuase cancoder was moved slightly
  • Loading branch information
XiaoHan2491 authored Feb 6, 2024
2 parents d4d504f + f49a8d1 commit 6a0cb1f
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 @@ -69,7 +69,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 6a0cb1f

Please sign in to comment.