Skip to content

Commit 285f041

Browse files
increasing calibrate() tolerance
1 parent 14f8b8a commit 285f041

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gtsam/slam/tests/testEssentialMatrixFactor.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -530,7 +530,7 @@ TEST(EssentialMatrixFactor4, minimizationWithStrongCal3BundlerPrior) {
530530
for (size_t i = 0; i < 5; i++)
531531
graph.emplace_shared<EssentialMatrixFactor4<Cal3Bundler>>(1, 2, pA(i), pB(i),
532532
model1);
533-
Cal3Bundler trueK;
533+
Cal3Bundler trueK(1, 0, 0, 0, 0, /*tolerance=*/5e-3);
534534
// Check error at ground truth
535535
Values truth;
536536
truth.insert(1, trueE);

0 commit comments

Comments
 (0)