-
Notifications
You must be signed in to change notification settings - Fork 302
ChArUco calibration board generation #2495
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
Open
thatcomputerguy0101
wants to merge
11
commits into
PhotonVision:main
Choose a base branch
from
thatcomputerguy0101:ChArUco-generation
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
11 commits
Select commit
Hold shift + click to select a range
e0989f4
Rename Charuco to ChArUco in SettingsTypes.ts
thatcomputerguy0101 f296b49
Generated ChArUco boards
thatcomputerguy0101 954c9e4
Remove support for generating chessboard calibration boards
thatcomputerguy0101 14ef3b7
Fix typo
thatcomputerguy0101 9c3da63
Custom paper size support
thatcomputerguy0101 da2e038
Use safe-units instead of mathjs
thatcomputerguy0101 634b736
Fix for ChArUco old pattern parity change
thatcomputerguy0101 1a83cf8
Switch to units-and-measurement instead
thatcomputerguy0101 17f17f5
Lazy load tag dictionaries
thatcomputerguy0101 6f66f1b
Add basic explanation of old OpenCV pattern to client tooltip
thatcomputerguy0101 2fcbb2c
Adaptive paper size
thatcomputerguy0101 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Binary file not shown.
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.
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 should either
I see that you’ve sent a PR, but since the library seems relatively unmaintained the first two are probably fine
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.
For my own curiosity, any particular reason that
github:is discouraged?Uh oh!
There was an error while loading. Please reload this page.
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.
Not
github:in general, it's more specifically that it refers to a branch and can change under us, which is why referring to a commit hash would be fineUh oh!
There was an error while loading. Please reload this page.
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.
The pnpm lock stores the hash from the branch at the time of install, so that reinstall retrieves the same commit. Update pulls the latest contents from the branch.
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.
Also, is this package something that should be pulled in under the Photon org if the original maintainer doesn't get back to us?
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 don't mind forking, sure
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.
(Ping me when/if we decide we need to do that)