Skip to content

Commit cc51c2f

Browse files
authored
Merge branch 'main' into remove-tracks
2 parents cdd0daf + 187867f commit cc51c2f

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

opensfm/src/sfm/src/ba_helpers.cc

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -208,12 +208,6 @@ py::tuple BAHelpers::BundleLocal(
208208

209209
// only add averaged rig position constraints to moving instances
210210
if (!fix_instance && gps_count > 0) {
211-
LOG(INFO) << "bundle_use_gps: " << config["bundle_use_gps"].cast<bool>()
212-
<< ", adding average GPS prior to rig instance "
213-
<< rig_instance_id << ", count: " << gps_count
214-
<< ", avg pos: " << average_position.transpose()
215-
<< ", avg std: " << average_std
216-
<< ", scale group: " << gps_scale_group;
217211
average_position /= gps_count;
218212
average_std /= gps_count;
219213
ba.AddRigInstancePositionPrior(rig_instance_id, average_position,

0 commit comments

Comments
 (0)