hello
This commit is contained in:
parent
08c6921f49
commit
ba038c7cfc
1 changed files with 4 additions and 1 deletions
|
@ -131,9 +131,12 @@ public class FTC2024WeRobotControl {
|
|||
public void harvest(double motor_speed) {
|
||||
Parent.harvestmotor.setPower(motor_speed);
|
||||
}
|
||||
public void harvest() {
|
||||
Parent.harvestmotor.setPower(1.0);
|
||||
}
|
||||
|
||||
/*
|
||||
* harvest
|
||||
* rotate
|
||||
*
|
||||
* @param angle = the angle to rotate (in degrees)
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue