Tank drive w/ bumper strafe, playing with LEDS and sensors.

This commit is contained in:
Sodi
2022-09-12 18:50:03 -05:00
parent 5ab41381bd
commit 7008908918
3 changed files with 2 additions and 1 deletions

View File

@@ -20,4 +20,5 @@ public class PrototypeTeleOP extends CyberarmEngine {
addState(new PrototypeTeleOPState(robot));
}
}

View File

@@ -47,5 +47,4 @@ public class PrototypeBot1 {
backRightDrive.setMode(DcMotor.RunMode.RUN_USING_ENCODER);
}
}

View File

@@ -84,5 +84,6 @@ public class PrototypeTeleOPState extends CyberarmState {
robot.collectorRight.setPower(1);
}
}
}