This commit is contained in:
GZod01 2024-03-20 14:35:50 +01:00
parent ba038c7cfc
commit 40f93689e5

View file

@ -132,7 +132,7 @@ public class FTC2024WeRobotControl {
Parent.harvestmotor.setPower(motor_speed); Parent.harvestmotor.setPower(motor_speed);
} }
public void harvest() { public void harvest() {
Parent.harvestmotor.setPower(1.0); this.harvest(1.0);
} }
/* /*