File tree Expand file tree Collapse file tree
src/main/java/frc/robot/subsystems Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010
1111public class GrabberConstants {
1212
13- public static final int kDistanceSensorInput = 0 ;
13+ public static final int kDistanceSensorInput = 1 ;
1414 public static final double kDistanceSensorSlope = 1.0 ;
1515 public static final double kDistanceSensorIntercept = 0.0 ;
1616
Original file line number Diff line number Diff line change @@ -218,7 +218,7 @@ public class Positions {
218218 public static final Distance kAlgaeReefCollectL3 = Centimeters .of (78.0 ) ;
219219 public static final Distance kAlgaeReefCollectL2 = Centimeters .of (40.0 ) ;
220220
221- public static final Distance kAlgaeReefCollectNewL3 = Centimeters .of (70 .0 ) ;
221+ public static final Distance kAlgaeReefCollectNewL3 = Centimeters .of (72 .0 ) ;
222222 public static final Distance kAlgaeReefCollectNewL2 = Centimeters .of (37.0 ) ;
223223
224224 public static final Distance kAlgaeReefCollectNewPos2L3 = Centimeters .of (75.0 ) ;
You can’t perform that action at this time.
0 commit comments