Stash update
This commit is contained in:
@@ -33,11 +33,10 @@ public class Shooter {
|
|||||||
|
|
||||||
if (redAlliance) {
|
if (redAlliance) {
|
||||||
goalX = 144;
|
goalX = 144;
|
||||||
goalY = 144;
|
|
||||||
} else {
|
} else {
|
||||||
goalX = 0;
|
goalX = 0;
|
||||||
goalY = 144;
|
|
||||||
}
|
}
|
||||||
|
goalY = 144;
|
||||||
}
|
}
|
||||||
|
|
||||||
public void setRedAlliance(boolean input) {
|
public void setRedAlliance(boolean input) {
|
||||||
|
|||||||
@@ -0,0 +1,18 @@
|
|||||||
|
package org.firstinspires.ftc.teamcode.utilsv2;
|
||||||
|
|
||||||
|
import com.acmerobotics.dashboard.telemetry.MultipleTelemetry;
|
||||||
|
import com.qualcomm.robotcore.hardware.Servo;
|
||||||
|
|
||||||
|
import org.firstinspires.ftc.teamcode.utils.Robot;
|
||||||
|
|
||||||
|
public class Spindexer {
|
||||||
|
|
||||||
|
private Servo spin1;
|
||||||
|
private Servo spin2;
|
||||||
|
|
||||||
|
public Spindexer (Robot rob, MultipleTelemetry TELE) {
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user