-
Notifications
You must be signed in to change notification settings - Fork 0
feat(vision): use megatag2 for LL and working LL diagnostics #90
base: main
Are you sure you want to change the base?
Conversation
This will be tested at the meeting today. |
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 |
There was a problem hiding this comment.
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) | ||
} | ||
} | ||
|
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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
See: https://docs.limelightvision.io/docs/docs-limelight/pipeline-apriltag/apriltag-robot-localization-megatag2