Skip to content

Commit a3536b5

Browse files
Fix calibration script (#193)
* reorganizing calibration to incorporate Lu's work from bdai_calibration * untested but maybe ready to test * removed some unused helpers * fixed some minor bugs. now i can test it * fixed a bunch of bugs (sorry this is a mess rn) * calibration results after taking pics look good * doing calibration math with pre-saved images works * ithink this works but Lu disagrees :( * i think it actually works now (i tested it and images look pretty good) Signed-off-by: Tiffany Cappellari <tcappellari@theaiinstitute.com> * readme updated Signed-off-by: Tiffany Cappellari <tcappellari@theaiinstitute.com> * minor bug fix Signed-off-by: Tiffany Cappellari <tcappellari@theaiinstitute.com> * readme typo fix Signed-off-by: Tiffany Cappellari <tcappellari@theaiinstitute.com> --------- Signed-off-by: Tiffany Cappellari <tcappellari@theaiinstitute.com>
1 parent 391a68c commit a3536b5

14 files changed

Lines changed: 2059 additions & 2211 deletions

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
uses: coverallsapp/github-action@v2
7070
with:
7171
github-token: ${{ secrets.GITHUB_TOKEN }}
72-
fail-on-error: true
72+
fail-on-error: false
7373
flag-name: unittests
7474
debug: true
7575
files: $(find ../../ -name "coverage.xml" -type f)

spot_wrapper/calibration/README.md

Lines changed: 192 additions & 162 deletions
Large diffs are not rendered by default.

spot_wrapper/calibration/__init__.py

Whitespace-only changes.

spot_wrapper/calibration/calibrate_multistereo_cameras_with_charuco_cli.py

Lines changed: 0 additions & 332 deletions
This file was deleted.

0 commit comments

Comments
 (0)