Hoping you'd text me so I could tell you

This commit is contained in:
Khosraw 2022-10-20 23:51:12 -05:00
parent 7cc1d9a608
commit 761f81ad3a

View file

@ -55,6 +55,7 @@ public abstract class EnhancedAutoMode extends LinearOpMode {
public double checkNull(List<Double> toCheck, int i) {
return toCheck.get(i) == null ? checkNull(toCheck, i) : toCheck.get(i);
}
public void initThings() {
//enhancedDriver = new EnhancedDriver(hardwareMap);
}