mirror of
https://github.com/TimeCrafters/FreightFrenzy.git
synced 2025-12-13 05:02:34 +00:00
updated speed of maxdrive speed to 100% to see if the robot can actually drive with all the weight
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user