-
Notifications
You must be signed in to change notification settings - Fork 196
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Aruco/Multitag 36h11 support #981
Conversation
/** | ||
* Set the TargetModel representing the tags being detected. This is used for on-rio multitag. | ||
* | ||
* @param tagModel E.g. {@link TargetModel#kAprilTag16h5}. |
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.
I think this link is broken? Not sure, coz it doesn't include the size like we do in TargetModel above
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.
This is photon-targeting
's TargetModel
, not photon-core
's. We should see if merging these is possible.
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.
Yeah totally. Or rename one of them lol
Java lint, but otherwise LGTM |
VisionEstimation.estimateCamPosePNP()
now requires a target model instead of assuming 16h5PhotonPoseEstimator
can have target model set for on-rio multitarget