-
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
Run multitag on coprocessor #816
Commits on Jan 31, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 3c8a789 - Browse repository at this point
Copy the full SHA 3c8a789View commit details -
Configuration menu - View commit details
-
Copy full SHA for a5816af - Browse repository at this point
Copy the full SHA a5816afView commit details -
Configuration menu - View commit details
-
Copy full SHA for 25aff1b - Browse repository at this point
Copy the full SHA 25aff1bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c58a20 - Browse repository at this point
Copy the full SHA 8c58a20View commit details -
Configuration menu - View commit details
-
Copy full SHA for 83ad026 - Browse repository at this point
Copy the full SHA 83ad026View commit details
Commits on Feb 6, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 5f98887 - Browse repository at this point
Copy the full SHA 5f98887View commit details -
Configuration menu - View commit details
-
Copy full SHA for b8908a9 - Browse repository at this point
Copy the full SHA b8908a9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6525272 - Browse repository at this point
Copy the full SHA 6525272View commit details -
Configuration menu - View commit details
-
Copy full SHA for 87337bf - Browse repository at this point
Copy the full SHA 87337bfView commit details
Commits on Feb 8, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b5fa928 - Browse repository at this point
Copy the full SHA b5fa928View commit details -
Configuration menu - View commit details
-
Copy full SHA for 607e4b9 - Browse repository at this point
Copy the full SHA 607e4b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for ae1c63d - Browse repository at this point
Copy the full SHA ae1c63dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9565a9e - Browse repository at this point
Copy the full SHA 9565a9eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2d6191c - Browse repository at this point
Copy the full SHA 2d6191cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1d3ff64 - Browse repository at this point
Copy the full SHA 1d3ff64View commit details -
Configuration menu - View commit details
-
Copy full SHA for e14a048 - Browse repository at this point
Copy the full SHA e14a048View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4b05469 - Browse repository at this point
Copy the full SHA 4b05469View commit details -
Configuration menu - View commit details
-
Copy full SHA for a5aa77e - Browse repository at this point
Copy the full SHA a5aa77eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8d0bc33 - Browse repository at this point
Copy the full SHA 8d0bc33View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1dad2b1 - Browse repository at this point
Copy the full SHA 1dad2b1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 97af0ec - Browse repository at this point
Copy the full SHA 97af0ecView commit details -
Configuration menu - View commit details
-
Copy full SHA for e15f297 - Browse repository at this point
Copy the full SHA e15f297View commit details -
Configuration menu - View commit details
-
Copy full SHA for 87c052d - Browse repository at this point
Copy the full SHA 87c052dView commit details
Commits on Feb 10, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 155eaa9 - Browse repository at this point
Copy the full SHA 155eaa9View commit details -
Configuration menu - View commit details
-
Copy full SHA for d5ec114 - Browse repository at this point
Copy the full SHA d5ec114View commit details -
Configuration menu - View commit details
-
Copy full SHA for f1f7e70 - Browse repository at this point
Copy the full SHA f1f7e70View commit details -
Configuration menu - View commit details
-
Copy full SHA for 44c6a80 - Browse repository at this point
Copy the full SHA 44c6a80View commit details
Commits on Feb 12, 2023
-
Configuration menu - View commit details
-
Copy full SHA for c790c2a - Browse repository at this point
Copy the full SHA c790c2aView commit details
Commits on Feb 27, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 89e802d - Browse repository at this point
Copy the full SHA 89e802dView commit details
Commits on Feb 28, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 6c78e66 - Browse repository at this point
Copy the full SHA 6c78e66View commit details
Commits on Apr 17, 2023
-
Added ability to construct PhotonPoseEstimator without a PhotonCamera…
… instance - Made alternate constructor for ```PhotonPoseEstimator``` that doesn't need ```PhotonCamera``` - Changed ```update``` function to take in missing cameraMatrixData and coeffsData that were previously received from PhotonCamera. - Changed the internal ```update``` and ```multiTagPNP``` function to take in cameraMatrixData & coeffsData - If not needed for the specified strategy then the parameters are simply not used. Also if PhotonCamera is used in constructor it instead backs up to that.
Configuration menu - View commit details
-
Copy full SHA for 0c282f8 - Browse repository at this point
Copy the full SHA 0c282f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2921ca9 - Browse repository at this point
Copy the full SHA 2921ca9View commit details -
Changed raw double arrays to use optional matrices
Changed every use of double[] to optionals to make code more understandable.
Configuration menu - View commit details
-
Copy full SHA for dd58ce8 - Browse repository at this point
Copy the full SHA dd58ce8View commit details -
Implemented PhotonPoseEstimator changes in C++ & removed camera default
* Added all changes from Java into C++ * Removed check for camera in multiPNP to default if optional was null.
Configuration menu - View commit details
-
Copy full SHA for 7ef9a70 - Browse repository at this point
Copy the full SHA 7ef9a70View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c91ba1 - Browse repository at this point
Copy the full SHA 6c91ba1View commit details -
* Forgot std:: in some places * incorrect constructor
Configuration menu - View commit details
-
Copy full SHA for fc8bd6c - Browse repository at this point
Copy the full SHA fc8bd6cView commit details -
- Still need to fix null camera issues. Currently says can not compare null to photonCamera.
Configuration menu - View commit details
-
Copy full SHA for b9f65f7 - Browse repository at this point
Copy the full SHA b9f65f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9061e1a - Browse repository at this point
Copy the full SHA 9061e1aView commit details -
Configuration menu - View commit details
-
Copy full SHA for c4af7e6 - Browse repository at this point
Copy the full SHA c4af7e6View commit details
Commits on Jun 11, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 25c1656 - Browse repository at this point
Copy the full SHA 25c1656View commit details -
Configuration menu - View commit details
-
Copy full SHA for 087547d - Browse repository at this point
Copy the full SHA 087547dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 25f1fda - Browse repository at this point
Copy the full SHA 25f1fdaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b5c4f2 - Browse repository at this point
Copy the full SHA 3b5c4f2View commit details
Commits on Jun 16, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 0af4855 - Browse repository at this point
Copy the full SHA 0af4855View commit details -
Configuration menu - View commit details
-
Copy full SHA for 60317e5 - Browse repository at this point
Copy the full SHA 60317e5View commit details -
Configuration menu - View commit details
-
Copy full SHA for eb04961 - Browse repository at this point
Copy the full SHA eb04961View commit details -
Configuration menu - View commit details
-
Copy full SHA for ce68925 - Browse repository at this point
Copy the full SHA ce68925View commit details
Commits on Jul 28, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 4780cd4 - Browse repository at this point
Copy the full SHA 4780cd4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7907b90 - Browse repository at this point
Copy the full SHA 7907b90View commit details -
Configuration menu - View commit details
-
Copy full SHA for b5007f7 - Browse repository at this point
Copy the full SHA b5007f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for a321fee - Browse repository at this point
Copy the full SHA a321feeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ed6ca6 - Browse repository at this point
Copy the full SHA 2ed6ca6View commit details -
Configuration menu - View commit details
-
Copy full SHA for f3193f4 - Browse repository at this point
Copy the full SHA f3193f4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 92eae41 - Browse repository at this point
Copy the full SHA 92eae41View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ebd4af - Browse repository at this point
Copy the full SHA 2ebd4afView commit details -
Configuration menu - View commit details
-
Copy full SHA for 06279ed - Browse repository at this point
Copy the full SHA 06279edView commit details
Commits on Aug 9, 2023
-
Configuration menu - View commit details
-
Copy full SHA for bec84fd - Browse repository at this point
Copy the full SHA bec84fdView commit details -
Configuration menu - View commit details
-
Copy full SHA for e0681b1 - Browse repository at this point
Copy the full SHA e0681b1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1aa7e57 - Browse repository at this point
Copy the full SHA 1aa7e57View commit details
Commits on Aug 12, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 7335257 - Browse repository at this point
Copy the full SHA 7335257View commit details
Commits on Aug 22, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 1b02c33 - Browse repository at this point
Copy the full SHA 1b02c33View commit details -
Configuration menu - View commit details
-
Copy full SHA for d9a6ff8 - Browse repository at this point
Copy the full SHA d9a6ff8View commit details -
Configuration menu - View commit details
-
Copy full SHA for afc1a0b - Browse repository at this point
Copy the full SHA afc1a0bView commit details -
Configuration menu - View commit details
-
Copy full SHA for a7ae573 - Browse repository at this point
Copy the full SHA a7ae573View commit details -
Configuration menu - View commit details
-
Copy full SHA for ed0e752 - Browse repository at this point
Copy the full SHA ed0e752View commit details -
Configuration menu - View commit details
-
Copy full SHA for e4e391b - Browse repository at this point
Copy the full SHA e4e391bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 96517c0 - Browse repository at this point
Copy the full SHA 96517c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 316de53 - Browse repository at this point
Copy the full SHA 316de53View commit details -
Configuration menu - View commit details
-
Copy full SHA for 473e489 - Browse repository at this point
Copy the full SHA 473e489View commit details -
Configuration menu - View commit details
-
Copy full SHA for ce709dd - Browse repository at this point
Copy the full SHA ce709ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for aee455c - Browse repository at this point
Copy the full SHA aee455cView commit details
Commits on Aug 23, 2023
-
Configuration menu - View commit details
-
Copy full SHA for c33ec6c - Browse repository at this point
Copy the full SHA c33ec6cView commit details -
Configuration menu - View commit details
-
Copy full SHA for d4b2e1e - Browse repository at this point
Copy the full SHA d4b2e1eView commit details -
Configuration menu - View commit details
-
Copy full SHA for b7fb097 - Browse repository at this point
Copy the full SHA b7fb097View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a92beb - Browse repository at this point
Copy the full SHA 6a92bebView commit details
Commits on Aug 24, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 34330fa - Browse repository at this point
Copy the full SHA 34330faView commit details
Commits on Aug 30, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 1d22a23 - Browse repository at this point
Copy the full SHA 1d22a23View commit details -
Configuration menu - View commit details
-
Copy full SHA for e5a1eea - Browse repository at this point
Copy the full SHA e5a1eeaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 494c0cc - Browse repository at this point
Copy the full SHA 494c0ccView commit details
Commits on Aug 31, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 341e358 - Browse repository at this point
Copy the full SHA 341e358View commit details
Commits on Sep 1, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e9dacb7 - Browse repository at this point
Copy the full SHA e9dacb7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4bd8583 - Browse repository at this point
Copy the full SHA 4bd8583View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0e4fa38 - Browse repository at this point
Copy the full SHA 0e4fa38View commit details
Commits on Sep 9, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 54a03b6 - Browse repository at this point
Copy the full SHA 54a03b6View commit details -
Add support to save all pipeline results in store
required to show multiple pipeline results in the visualizer
Configuration menu - View commit details
-
Copy full SHA for 97c3d17 - Browse repository at this point
Copy the full SHA 97c3d17View commit details -
Configuration menu - View commit details
-
Copy full SHA for 465b97a - Browse repository at this point
Copy the full SHA 465b97aView commit details
Commits on Sep 23, 2023
-
Merge branch 'master' of https://github.com/PhotonVision/photonvision …
…into multiag-pnp
Configuration menu - View commit details
-
Copy full SHA for e56ae83 - Browse repository at this point
Copy the full SHA e56ae83View commit details -
Configuration menu - View commit details
-
Copy full SHA for a55cad8 - Browse repository at this point
Copy the full SHA a55cad8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 72eaf9b - Browse repository at this point
Copy the full SHA 72eaf9bView commit details -
Configuration menu - View commit details
-
Copy full SHA for f03db7c - Browse repository at this point
Copy the full SHA f03db7cView commit details
Commits on Sep 25, 2023
-
Configuration menu - View commit details
-
Copy full SHA for cf010dc - Browse repository at this point
Copy the full SHA cf010dcView commit details
Commits on Sep 27, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 50d4267 - Browse repository at this point
Copy the full SHA 50d4267View commit details
Commits on Sep 30, 2023
-
Configuration menu - View commit details
-
Copy full SHA for f65f1c9 - Browse repository at this point
Copy the full SHA f65f1c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6523add - Browse repository at this point
Copy the full SHA 6523addView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ae2b49 - Browse repository at this point
Copy the full SHA 0ae2b49View commit details
Commits on Oct 1, 2023
-
Update photon-core/src/main/java/org/photonvision/common/configuratio…
…n/LegacyConfigProvider.java Co-authored-by: amquake <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a1f2447 - Browse repository at this point
Copy the full SHA a1f2447View commit details -
Update photon-core/src/main/java/org/photonvision/common/configuratio…
…n/SqlConfigProvider.java Co-authored-by: amquake <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 89aa79e - Browse repository at this point
Copy the full SHA 89aa79eView commit details -
Configuration menu - View commit details
-
Copy full SHA for d71a670 - Browse repository at this point
Copy the full SHA d71a670View commit details -
Update photon-core/src/main/java/org/photonvision/vision/pipe/impl/Mu…
…ltiTargetPNPPipe.java Co-authored-by: amquake <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e322fd1 - Browse repository at this point
Copy the full SHA e322fd1View commit details -
Configuration menu - View commit details
-
Copy full SHA for fdcad62 - Browse repository at this point
Copy the full SHA fdcad62View commit details -
Configuration menu - View commit details
-
Copy full SHA for 34479ce - Browse repository at this point
Copy the full SHA 34479ceView commit details -
Configuration menu - View commit details
-
Copy full SHA for 45e9734 - Browse repository at this point
Copy the full SHA 45e9734View commit details -
Configuration menu - View commit details
-
Copy full SHA for 64b424c - Browse repository at this point
Copy the full SHA 64b424cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7ca017a - Browse repository at this point
Copy the full SHA 7ca017aView commit details -
Configuration menu - View commit details
-
Copy full SHA for be92020 - Browse repository at this point
Copy the full SHA be92020View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9573bef - Browse repository at this point
Copy the full SHA 9573befView commit details
Commits on Oct 2, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 9f7882d - Browse repository at this point
Copy the full SHA 9f7882dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 91ad713 - Browse repository at this point
Copy the full SHA 91ad713View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2d08030 - Browse repository at this point
Copy the full SHA 2d08030View commit details -
Configuration menu - View commit details
-
Copy full SHA for f5a5cfc - Browse repository at this point
Copy the full SHA f5a5cfcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 687d157 - Browse repository at this point
Copy the full SHA 687d157View commit details -
Configuration menu - View commit details
-
Copy full SHA for 699f153 - Browse repository at this point
Copy the full SHA 699f153View commit details -
Configuration menu - View commit details
-
Copy full SHA for 234b2bd - Browse repository at this point
Copy the full SHA 234b2bdView commit details
Commits on Oct 3, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 47d5b9c - Browse repository at this point
Copy the full SHA 47d5b9cView commit details
Commits on Oct 8, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 2823171 - Browse repository at this point
Copy the full SHA 2823171View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2aa95e3 - Browse repository at this point
Copy the full SHA 2aa95e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 63279ef - Browse repository at this point
Copy the full SHA 63279efView commit details -
The definition of insanity is writing the same code twice and expecti…
…ng different results Same bug with implicit cast bullshit
Configuration menu - View commit details
-
Copy full SHA for 5ee7fdf - Browse repository at this point
Copy the full SHA 5ee7fdfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3980e66 - Browse repository at this point
Copy the full SHA 3980e66View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ed1d7f - Browse repository at this point
Copy the full SHA 3ed1d7fView commit details
Commits on Oct 9, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a6d53ac - Browse repository at this point
Copy the full SHA a6d53acView commit details
Commits on Oct 10, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d00e4bd - Browse repository at this point
Copy the full SHA d00e4bdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4afb772 - Browse repository at this point
Copy the full SHA 4afb772View commit details -
Configuration menu - View commit details
-
Copy full SHA for 648b0ec - Browse repository at this point
Copy the full SHA 648b0ecView commit details
Commits on Oct 11, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 16fc61f - Browse repository at this point
Copy the full SHA 16fc61fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7f3f4ce - Browse repository at this point
Copy the full SHA 7f3f4ceView commit details -
Configuration menu - View commit details
-
Copy full SHA for 577c89f - Browse repository at this point
Copy the full SHA 577c89fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 23626ea - Browse repository at this point
Copy the full SHA 23626eaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e4e0ce - Browse repository at this point
Copy the full SHA 2e4e0ceView commit details -
Configuration menu - View commit details
-
Copy full SHA for 82dfb56 - Browse repository at this point
Copy the full SHA 82dfb56View commit details -
Configuration menu - View commit details
-
Copy full SHA for 12221a5 - Browse repository at this point
Copy the full SHA 12221a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for a883fcb - Browse repository at this point
Copy the full SHA a883fcbView commit details
Commits on Oct 12, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 2bd6dd4 - Browse repository at this point
Copy the full SHA 2bd6dd4View commit details
Commits on Oct 14, 2023
-
Configuration menu - View commit details
-
Copy full SHA for f0368c7 - Browse repository at this point
Copy the full SHA f0368c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 56df1b2 - Browse repository at this point
Copy the full SHA 56df1b2View commit details
Commits on Oct 15, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 75bf4ae - Browse repository at this point
Copy the full SHA 75bf4aeView commit details -
Configuration menu - View commit details
-
Copy full SHA for b23677b - Browse repository at this point
Copy the full SHA b23677bView commit details -
Configuration menu - View commit details
-
Copy full SHA for dffecaf - Browse repository at this point
Copy the full SHA dffecafView commit details -
Configuration menu - View commit details
-
Copy full SHA for cd351f6 - Browse repository at this point
Copy the full SHA cd351f6View commit details -
Configuration menu - View commit details
-
Copy full SHA for f44aa75 - Browse repository at this point
Copy the full SHA f44aa75View commit details
Commits on Oct 17, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 77c0502 - Browse repository at this point
Copy the full SHA 77c0502View commit details -
Configuration menu - View commit details
-
Copy full SHA for cb40a4d - Browse repository at this point
Copy the full SHA cb40a4dView commit details