Closed JStech closed 3 years ago
Merging #88 (442aa9e) into master (f1e99ab) will decrease coverage by
4.12%
. The diff coverage is3.78%
.
@@ Coverage Diff @@
## master #88 +/- ##
==========================================
- Coverage 79.16% 75.05% -4.11%
==========================================
Files 9 9
Lines 499 529 +30
==========================================
+ Hits 395 397 +2
- Misses 104 132 +28
Impacted Files | Coverage Δ | |
---|---|---|
...andeye_calibration_solver/handeye_solver_default.h | 100.00% <ø> (ø) |
|
..._calibration_solver/src/handeye_solver_default.cpp | 56.89% <3.78%> (-7.72%) |
:arrow_down: |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update f1e99ab...442aa9e. Read the comment docs.
Now
solve()
will output a helpful error message, and the GUI will display this in the dialog that pops up. Fixes #64 .