Skip to content
This repository was archived by the owner on Mar 9, 2026. It is now read-only.

Commit 9fa8c45

Browse files
committed
expose optimize_rig_poses in cli
1 parent 79af753 commit 9fa8c45

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

glomap/controllers/option_manager.cc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,8 @@ void OptionManager::AddBundleAdjusterOptions() {
209209
&mapper->opt_ba.use_gpu);
210210
AddAndRegisterDefaultOption("BundleAdjustment.gpu_index",
211211
&mapper->opt_ba.gpu_index);
212+
AddAndRegisterDefaultOption("BundleAdjustment.optimize_rig_poses",
213+
&mapper->opt_ba.optimize_rig_poses);
212214
AddAndRegisterDefaultOption("BundleAdjustment.optimize_rotations",
213215
&mapper->opt_ba.optimize_rotations);
214216
AddAndRegisterDefaultOption("BundleAdjustment.optimize_translation",

0 commit comments

Comments
 (0)