mirror of
https://github.com/TimeCrafters/FTC_2022
synced 2025-12-15 17:52:34 +00:00
Tank drive w/ bumper strafe, playing with LEDS and sensors.
This commit is contained in:
@@ -20,4 +20,5 @@ public class PrototypeTeleOP extends CyberarmEngine {
|
||||
addState(new PrototypeTeleOPState(robot));
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -47,5 +47,4 @@ public class PrototypeBot1 {
|
||||
backRightDrive.setMode(DcMotor.RunMode.RUN_USING_ENCODER);
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -84,5 +84,6 @@ public class PrototypeTeleOPState extends CyberarmState {
|
||||
robot.collectorRight.setPower(1);
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user