Update TeleCommand.java

This commit is contained in:
Daniel Carta
2023-12-04 16:30:02 -07:00
committed by GitHub
parent fc6ad901ef
commit 0c51b2dc9f
@@ -13,6 +13,7 @@ public class TeleCommand extends CommandBase {
private final Arm arm; private final Arm arm;
private final double target; private final double target;
private boolean goIn; private boolean goIn;
public float Connorsux;
/** Creates a new ArmCommand. */ /** Creates a new ArmCommand. */
public TeleCommand(Arm arm, double target) { public TeleCommand(Arm arm, double target) {