Skip to content

Commit 4a5bba2

Browse files
committed
d
1 parent cdb66d5 commit 4a5bba2

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

glomap/estimators/bundle_adjustment.cc

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -249,14 +249,6 @@ void BundleAdjuster::ParameterizeVariables(
249249
}
250250
}
251251

252-
if (counter > 0) {
253-
// Set the first camera to be fixed to remove the gauge ambiguity.
254-
problem_->SetParameterBlockConstant(
255-
images[center].cam_from_world.rotation.coeffs().data());
256-
problem_->SetParameterBlockConstant(
257-
images[center].cam_from_world.translation.data());
258-
}
259-
260252
// Parameterize the camera parameters, or set them to be constant if desired
261253
if (options_.optimize_intrinsics && !options_.optimize_principal_point) {
262254
for (auto& [camera_id, camera] : cameras) {

0 commit comments

Comments
 (0)