-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Made covariance functions take const inputs * Added function for getting full covariance matrix between two parameters * Added covariance to PnP calibration * Added print of covariance to unit test * Updated printing of covariance matrices * Updated cost function to use unnormalized axis angle * Updated unit test to check covariance * Reduced residual expectation for perturbed case * Revised PnP unit test with test fixture * Updated CI YAML to print CTest details on test failure * Corrected 3D PnP optimization; added covariance calculation * Updated PnP 3D unit tests * Updated CI config * CI fixup * Modified expectation for final cost per observation for perturbed initial condition * Updated names of variables * Updated unit test to have expectations on mean and variance of optimization results for perturbed tests
- Loading branch information
Showing
6 changed files
with
244 additions
and
132 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.