pas sur de comment du pourquoi du comment orientation tourel dashboard

This commit is contained in:
Olivier Dubois 2024-11-04 18:33:13 -05:00
parent 910caa963e
commit a11b463cc2

View File

@ -15,11 +15,6 @@ import edu.wpi.first.wpilibj.shuffleboard.ShuffleboardTab;
public class Limelight3G extends SubsystemBase {
ShuffleboardTab dashboard = Shuffleboard.getTab("dashboard");
private GenericEntry orientation =
dashboard.add("orientation tourel", 0.1)
.withSize(0, 0)
.withPosition(2, 4)
.getEntry();
NetworkTable table = NetworkTableInstance.getDefault().getTable("limelight");
NetworkTableEntry tx = table.getEntry("tx");
NetworkTableEntry ty = table.getEntry("ty");