test
This commit is contained in:
@@ -10,7 +10,7 @@ import edu.wpi.first.networktables.NetworkTableEntry;
|
|||||||
import edu.wpi.first.networktables.NetworkTableInstance;
|
import edu.wpi.first.networktables.NetworkTableInstance;
|
||||||
import edu.wpi.first.wpilibj2.command.SubsystemBase;
|
import edu.wpi.first.wpilibj2.command.SubsystemBase;
|
||||||
import frc.robot.LimelightHelpers;
|
import frc.robot.LimelightHelpers;
|
||||||
|
|
||||||
public class LimeLight3 extends SubsystemBase {
|
public class LimeLight3 extends SubsystemBase {
|
||||||
NetworkTable table = NetworkTableInstance.getDefault().getTable("limelight-balaie");
|
NetworkTable table = NetworkTableInstance.getDefault().getTable("limelight-balaie");
|
||||||
NetworkTableEntry pipeline = table.getEntry("pipeline");
|
NetworkTableEntry pipeline = table.getEntry("pipeline");
|
||||||
|
|||||||
Reference in New Issue
Block a user