Skip to content

Commit

Permalink
Shelf Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ControlsNarwhal committed Oct 7, 2023
1 parent 4e80db4 commit 0d75dcb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/frc/team3128/Constants.java
Original file line number Diff line number Diff line change
Expand Up @@ -430,8 +430,8 @@ public enum ArmPosition {

NEUTRAL(5, 11.5, null, null), //pivot should be 0

HP_SHELF_CONE(110, 17.5, null, true), //105
HP_SHELF_CUBE(110, 17.5, null, false), //105
HP_SHELF_CONE(114, 11.5, null, true), //105
HP_SHELF_CUBE(112, 11.5, null, false), //105
CHUTE_CONE(283.5, 11.5, null, true),
CHUTE_CUBE(288, 11.5, null, false),
CONE_POLE(-40, 11.5, null, null),
Expand Down

0 comments on commit 0d75dcb

Please sign in to comment.