Skip to content

Commit

Permalink
increasing calibrate() tolerance
Browse files Browse the repository at this point in the history
  • Loading branch information
akshay-krishnan committed Jun 14, 2021
1 parent 14f8b8a commit 285f041
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gtsam/slam/tests/testEssentialMatrixFactor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -530,7 +530,7 @@ TEST(EssentialMatrixFactor4, minimizationWithStrongCal3BundlerPrior) {
for (size_t i = 0; i < 5; i++)
graph.emplace_shared<EssentialMatrixFactor4<Cal3Bundler>>(1, 2, pA(i), pB(i),
model1);
Cal3Bundler trueK;
Cal3Bundler trueK(1, 0, 0, 0, 0, /*tolerance=*/5e-3);
// Check error at ground truth
Values truth;
truth.insert(1, trueE);
Expand Down

0 comments on commit 285f041

Please sign in to comment.