updated speed of maxdrive speed to 100% to see if the robot can actually drive with all the weight

This commit is contained in:
Spencer
2021-11-07 13:12:01 -06:00
parent eda5fcf4c1
commit 6daa9ba307

View File

@@ -22,6 +22,9 @@ public class TeleOpState extends CyberarmState {
@Override
public void exec() {
// GamePad 1
// TankDrive
robot.driveWarehouseLeft.setPower(-engine.gamepad1.left_stick_y * maxDriveSpeed);
robot.driveGoalLeft.setPower(-engine.gamepad1.left_stick_y * maxDriveSpeed);