Touch, touch, touch, touch, touch

This commit is contained in:
Khosraw 2022-10-20 23:52:40 -05:00
parent 9dfa42076a
commit 8a9dbe3526

View file

@ -55,7 +55,6 @@ 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);
}