I worked on teleop and drivetrain and arm to be precise(:

This commit is contained in:
Spencer
2021-11-06 17:55:55 -05:00
parent bca0751f0e
commit c6096586e1

View File

@@ -10,9 +10,9 @@ public class TeleOpState extends CyberarmState {
public TeleOpState(Robot robot) {
this.robot = robot;
maxDriveSpeed = 0.7;
maxCollectorArmSpeed = 0.5;
maxDepositorArmSpeed = .5;
maxDriveSpeed = 1;
maxCollectorArmSpeed = 0.7;
maxDepositorArmSpeed = 0.7;
}
@Override