mirror of
https://github.com/Team4388/2024AcrossTheRidgebotiverse.git
synced 2026-06-09 00:38:02 -06:00
lotta stuff (im geekin)
This commit is contained in:
@@ -55,8 +55,8 @@ public class Limelight extends SubsystemBase {
|
||||
|
||||
isNearSpeaker = distance <= VisionConstants.SpeakerBubbleDistance;
|
||||
|
||||
SmartDashboard.putBoolean("nearSpeaker", isNearSpeaker);
|
||||
SmartDashboard.putNumber("speakerDistance", distance);
|
||||
//SmartDashboard.putBoolean("nearSpeaker", isNearSpeaker);
|
||||
//SmartDashboard.putNumber("speakerDistance", distance);
|
||||
}
|
||||
|
||||
public Pose2d getPose() {
|
||||
|
||||
Reference in New Issue
Block a user