turned up speed on arm

This commit is contained in:
Spencer
2021-11-20 16:32:52 -06:00
parent 056f539abd
commit 1b5d27fdd8

View File

@@ -14,8 +14,8 @@ public class TeleOpState extends CyberarmState {
public TeleOpState(Robot robot) {
this.robot = robot;
maxDriveSpeed = 1;
maxCollectorArmSpeed = 0.8;
maxDepositorArmSpeed = 0.8;
maxCollectorArmSpeed = 0.1;
maxDepositorArmSpeed = 0.1;
maxArmTravelDistance = 4000;
}