Skip to content

Commit 3d6d6c6

Browse files
committed
d
1 parent 227de34 commit 3d6d6c6

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

glomap/controllers/rotation_averager_test.cc

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -304,12 +304,8 @@ TEST(RotationEstimator, WithNoiseAndOutliers) {
304304
colmap::Reconstruction reconstruction;
305305
ConvertGlomapToColmap(
306306
rigs, cameras, frames, images, tracks, reconstruction);
307-
if (use_gravity)
308-
ExpectEqualRotations(
309-
gt_reconstruction, reconstruction, /*max_rotation_error_deg=*/1.5);
310-
else
311-
ExpectEqualRotations(
312-
gt_reconstruction, reconstruction, /*max_rotation_error_deg=*/2.);
307+
ExpectEqualRotations(
308+
gt_reconstruction, reconstruction, /*max_rotation_error_deg=*/3);
313309
}
314310
}
315311

0 commit comments

Comments
 (0)