Skip to content
This repository has been archived by the owner on Dec 11, 2024. It is now read-only.

feat(vision): use megatag2 for LL and working LL diagnostics #90

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

@Craftzman7
Copy link
Contributor Author

This will be tested at the meeting today.

@Craftzman7 Craftzman7 requested a review from rezetta15 October 8, 2024 21:01
@Craftzman7
Copy link
Contributor Author

The code for MegaTag 2 works but the Limelight localization settings are wrong and need to be corrected.

init {
limelightAddrs.add("10.36.36.11") // TODO: Think of a better way to do this
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we need the IP of the camera anywhere else?

Thread.sleep(2000)
}
}

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we need to recheck isDamon? Can it be combined or could we just return if false?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

isDaemon is a named parameter to a function and isn't being checked by us - although we could combine these 2 threads into one single "diagnostics" thread

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants