Compensate GPS bias when --force-gps and GCP are set

pull/1467/head
Piero Toffanin 2022-06-14 11:23:39 -04:00
rodzic 982a490ee0
commit f3f0d21b2a
1 zmienionych plików z 3 dodań i 0 usunięć

Wyświetl plik

@ -289,6 +289,9 @@ class OSFMContext:
config.append("bundle_use_gcp: yes")
if not args.force_gps:
config.append("bundle_use_gps: no")
else:
config.append("bundle_compensate_gps_bias: yes")
io.copy(gcp_path, self.path("gcp_list.txt"))
config = config + append_config